Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item (v0.18.0)

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

An item in the list.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — Optional. The main text describing the item.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. The main text describing the item.
Returns
  • (::String) — Optional. The main text describing the item.

#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. The title of the list item.

#title=

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