Class: Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/intent.rb

Overview

Additional info about the select item for when it is triggered in a dialog.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns Required. A unique key that will be sent back to the agent if this response is given.

Returns:

  • (::String)

    Required. A unique key that will be sent back to the agent if this response is given.



566
567
568
569
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 566

class SelectItemInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#synonyms::Array<::String>

Returns Optional. A list of synonyms that can also be used to trigger this item in dialog.

Returns:

  • (::Array<::String>)

    Optional. A list of synonyms that can also be used to trigger this item in dialog.



566
567
568
569
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 566

class SelectItemInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end