Class: Google::Cloud::Dialogflow::V2::Intent::Message::Image
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::Image
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
The image response message.
Instance Attribute Summary collapse
-
#accessibility_text ⇒ ::String
Optional.
-
#image_uri ⇒ ::String
Optional.
Instance Attribute Details
#accessibility_text ⇒ ::String
Returns Optional. A text description of the image to be used for accessibility, e.g., screen readers.
371 372 373 374 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 371 class Image include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |