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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/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.



423
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 423

class SelectItemInfo; 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.



423
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 423

class SelectItemInfo; end