Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Intent::Message::MediaContent::ResponseMediaObject.
Response media object for media content card.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content_url
def content_url() -> ::String
Returns
- (::String) — Required. Url where the media is stored.
#content_url=
def content_url=(value) -> ::String
Parameter
- value (::String) — Required. Url where the media is stored.
Returns
- (::String) — Required. Url where the media is stored.
#description
def description() -> ::String
Returns
- (::String) — Optional. Description of media card.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Description of media card.
Returns
- (::String) — Optional. Description of media card.
#icon
def icon() -> ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Returns
- (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. Icon to display above media content.
#icon=
def icon=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Parameter
- value (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. Icon to display above media content.
Returns
- (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. Icon to display above media content.
#large_image
def large_image() -> ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Returns
- (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. Image to display above media content.
#large_image=
def large_image=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Parameter
- value (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. Image to display above media content.
Returns
- (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. Image to display above media content.
#name
def name() -> ::String
Returns
- (::String) — Required. Name of media card.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Name of media card.
Returns
- (::String) — Required. Name of media card.