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_text::String

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.



343
344
345
346
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 343

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

#image_uri::String

Returns Optional. The public URI to an image file.

Returns:

  • (::String)

    Optional. The public URI to an image file.



343
344
345
346
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 343

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