DialogSuggestionValue

public struct DialogSuggestionValue : Codable, Equatable

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

  • An input object that includes the input text.

    Declaration

    Swift

    public var input: MessageInput?