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

#keyString

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.



539
540
541
542
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 539

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

#synonymsArray<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.



539
540
541
542
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 539

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