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

Inherits:
Object
  • Object
show all
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

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.



316
317
318
319
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 316

class Image
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#image_uriString

Returns Optional. The public URI to an image file.

Returns:

  • (String)

    Optional. The public URI to an image file.



316
317
318
319
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 316

class Image
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end