Class: Google::Cloud::DiscoveryEngine::V1::Assistant

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/assistant.rb

Overview

Discovery Engine Assistant resource.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Immutable. Resource name of the assistant. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}

It must be a UTF-8 encoded string with a length limit of 1024 characters.

Returns:

  • (::String)

    Immutable. Resource name of the assistant. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}

    It must be a UTF-8 encoded string with a length limit of 1024 characters.



32
33
34
35
# File 'proto_docs/google/cloud/discoveryengine/v1/assistant.rb', line 32

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