DialogNodeOutputOptionsElement

public struct DialogNodeOutputOptionsElement : Codable, Equatable

DialogNodeOutputOptionsElement.

  • The user-facing label for the option.

    Declaration

    Swift

    public var label: String
  • An object defining the message input to be sent to the assistant if the user selects the corresponding option.

    Declaration

    Swift

    public var value: DialogNodeOutputOptionsElementValue