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 
 - (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. The image to display.
 
#image=
def image=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::Image Parameter 
 - value (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. The image to display.
 
 Returns 
 - (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. The image to display.
 
#info
def info() -> ::Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo Returns 
 - (::Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo) — Required. Additional information about this option.
 
#info=
def info=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo Parameter 
 - value (::Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo) — Required. Additional information about this option.
 
 Returns 
 - (::Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo) — Required. Additional information about this option.
 
#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.