Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Intent::Message::Image.
The image response message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#accessibility_text
def accessibility_text() -> ::String
Returns
- (::String) — Optional. A text description of the image to be used for accessibility, e.g., screen readers.
#accessibility_text=
def accessibility_text=(value) -> ::String
Parameter
- value (::String) — Optional. A text description of the image to be used for accessibility, e.g., screen readers.
Returns
- (::String) — Optional. A text description of the image to be used for accessibility, e.g., screen readers.
#image_uri
def image_uri() -> ::String
Returns
- (::String) — Optional. The public URI to an image file.
#image_uri=
def image_uri=(value) -> ::String
Parameter
- value (::String) — Optional. The public URI to an image file.
Returns
- (::String) — Optional. The public URI to an image file.