DialogNodeOutputOptionsElementValue

public struct DialogNodeOutputOptionsElementValue : Codable, Equatable

An object defining the message input to be sent to the assistant if the user selects the corresponding option.

  • An input object that includes the input text.

    Declaration

    Swift

    public var input: MessageInput?