Class: Google::Cloud::Dialogflow::V2::Intent::Message::CarouselSelect::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 carousel.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns Optional. The body text of the card.

Returns:

  • (::String)

    Optional. The body text of the card.



550
551
552
553
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 550

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:



550
551
552
553
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 550

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

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

Returns Required. Additional info about the option item.

Returns:



550
551
552
553
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 550

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

#title::String

Returns Required. Title of the carousel item.

Returns:

  • (::String)

    Required. Title of the carousel item.



550
551
552
553
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 550

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