Class: Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb

Overview

An item in the list.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns Optional. The main text describing the item.

Returns:

  • (String)

    Optional. The main text describing the item.



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

class Item; end

#imageGoogle::Cloud::Dialogflow::V2::Intent::Message::Image

Returns Optional. The image to display.

Returns:



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

class Item; end

#infoGoogle::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo

Returns Required. Additional information about this option.

Returns:



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

class Item; end

#titleString

Returns Required. The title of the list item.

Returns:

  • (String)

    Required. The title of the list item.



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

class Item; end