Class: Google::Cloud::Dialogflow::V2::Intent::Message::MediaContent::ResponseMediaObject
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::MediaContent::ResponseMediaObject
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
Response media object for media content card.
Instance Attribute Summary collapse
-
#content_url ⇒ ::String
Required.
-
#description ⇒ ::String
Optional.
-
#icon ⇒ ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Optional.
-
#large_image ⇒ ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#content_url ⇒ ::String
Returns Required. Url where the media is stored.
630 631 632 633 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 630 class ResponseMediaObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. Description of media card.
630 631 632 633 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 630 class ResponseMediaObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#icon ⇒ ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Returns Optional. Icon to display above media content.
Note: The following fields are mutually exclusive: icon
, large_image
. If a field in that set is populated, all other fields in the set will automatically be cleared.
630 631 632 633 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 630 class ResponseMediaObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#large_image ⇒ ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Returns Optional. Image to display above media content.
Note: The following fields are mutually exclusive: large_image
, icon
. If a field in that set is populated, all other fields in the set will automatically be cleared.
630 631 632 633 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 630 class ResponseMediaObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Name of media card.
630 631 632 633 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 630 class ResponseMediaObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |