Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Intent::Message::Card.
The card response message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#buttons
def buttons() -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::Card::Button>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::Card::Button>) — Optional. The collection of card buttons.
#buttons=
def buttons=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::Card::Button>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::Card::Button>) — Optional. The collection of card buttons.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::Card::Button>) — Optional. The collection of card buttons.
#image_uri
def image_uri() -> ::String
Returns
- (::String) — Optional. The public URI to an image file for the card.
#image_uri=
def image_uri=(value) -> ::String
Parameter
- value (::String) — Optional. The public URI to an image file for the card.
Returns
- (::String) — Optional. The public URI to an image file for the card.
#subtitle
def subtitle() -> ::String
Returns
- (::String) — Optional. The subtitle of the card.
#subtitle=
def subtitle=(value) -> ::String
Parameter
- value (::String) — Optional. The subtitle of the card.
Returns
- (::String) — Optional. The subtitle of the card.
#title
def title() -> ::String
Returns
- (::String) — Optional. The title of the card.
#title=
def title=(value) -> ::String
Parameter
- value (::String) — Optional. The title of the card.
Returns
- (::String) — Optional. The title of the card.