Class Google::Cloud::Dialogflow::V2::Intent::Message::CarouselSelect::Item (v0.13.0)

An item in the carousel.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — Optional. The body text of the card.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. The body text of the card.
Returns
  • (::String) — Optional. The body text of the card.

#image

def image() -> ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Returns

#image=

def image=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Parameter
Returns

#info

def info() -> ::Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo
Returns

#info=

def info=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo
Parameter
Returns

#title

def title() -> ::String
Returns
  • (::String) — Required. Title of the carousel item.

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — Required. Title of the carousel item.
Returns
  • (::String) — Required. Title of the carousel item.