Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::Intent::Message::BrowseCarouselCard::BrowseCarouselCardItem (v0.17.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Intent::Message::BrowseCarouselCard::BrowseCarouselCardItem.

Browsing carousel tile

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — Optional. Description of the carousel item. Maximum of four lines of text.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. Description of the carousel item. Maximum of four lines of text.
Returns
  • (::String) — Optional. Description of the carousel item. Maximum of four lines of text.
def footer() -> ::String
Returns
  • (::String) — Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
def footer=(value) -> ::String
Parameter
  • value (::String) — Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
Returns
  • (::String) — Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.

#image

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

#image=

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

#open_uri_action

def open_uri_action() -> ::Google::Cloud::Dialogflow::V2::Intent::Message::BrowseCarouselCard::BrowseCarouselCardItem::OpenUrlAction

#open_uri_action=

def open_uri_action=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::BrowseCarouselCard::BrowseCarouselCardItem::OpenUrlAction

#title

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

#title=

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