RuntimeResponseGenericRuntimeResponseTypeUserDefined
public struct RuntimeResponseGenericRuntimeResponseTypeUserDefined : Codable, EquatableRuntimeResponseGenericRuntimeResponseTypeUserDefined.
Enums with an associated value of RuntimeResponseGenericRuntimeResponseTypeUserDefined: RuntimeResponseGeneric
- 
                  
                  The type of response returned by the dialog node. The specified response type must be supported by the client application or channel. DeclarationSwift public var responseType: String
- 
                  
                  An object containing any properties for the user-defined response type. DeclarationSwift public var userDefined: [String : JSON]
- 
                  
                  An array of objects specifying channels for which the response is intended. If channels is present, the response is intended for a built-in integration and should not be handled by an API client. DeclarationSwift public var channels: [ResponseGenericChannel]?
 View on GitHub
View on GitHub RuntimeResponseGenericRuntimeResponseTypeUserDefined Structure Reference
        RuntimeResponseGenericRuntimeResponseTypeUserDefined Structure Reference