Class: Google::Cloud::Dialogflow::V2::Intent::Message::Image

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb

Overview

The image response message.

Instance Attribute Summary collapse

Instance Attribute Details

#accessibility_textString

Returns 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.



251
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 251

class Image; end

#image_uriString

Returns Optional. The public URI to an image file.

Returns:

  • (String)

    Optional. The public URI to an image file.



251
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 251

class Image; end