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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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.



496
497
498
499
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 496

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

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

Returns Optional. The image to display.

Returns:



496
497
498
499
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 496

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

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

Returns Required. Additional information about this option.

Returns:



496
497
498
499
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 496

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

#titleString

Returns Required. The title of the list item.

Returns:

  • (String)

    Required. The title of the list item.



496
497
498
499
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 496

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