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

#description::String

Returns Optional. The main text describing the item.

Returns:

  • (::String)

    Optional. The main text describing the item.



523
524
525
526
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 523

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

#image::Google::Cloud::Dialogflow::V2::Intent::Message::Image

Returns Optional. The image to display.

Returns:



523
524
525
526
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 523

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

#info::Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo

Returns Required. Additional information about this option.

Returns:



523
524
525
526
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 523

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

#title::String

Returns Required. The title of the list item.

Returns:

  • (::String)

    Required. The title of the list item.



523
524
525
526
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 523

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