ReplyMessage

public struct ReplyMessage : HandyJSON

Message as send or received by Flow.ai

  • Message as spoken word

    Declaration

    Swift

    private(set) public var fallback:String!
  • Optional query this message replies to

    Declaration

    Swift

    private(set) public var replyTo:String? = nil
  • Optional Response templates

    Declaration

    Swift

    private(set) public var responses:[Response] = []
  • Context the message was send

    Declaration

    Swift

    private(set) public var contexts:[String] = []
  • Optional data

    Declaration

    Swift

    private(set) public var params:[String: String] = [:]
  • Optional intents that were found by Flow.ai

    Declaration

    Swift

    private(set) public var intents:[String] = []
  • Undocumented

    Declaration

    Swift

    public struct ReplyMessage : HandyJSON