Discovery Engine v1 API - Class Assistant (1.9.0)

public sealed class Assistant : IMessage<Assistant>, IEquatable<Assistant>, IDeepCloneable<Assistant>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class Assistant.

Discovery Engine Assistant resource.

Inheritance

object > Assistant

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

Assistant()

public Assistant()

Assistant(Assistant)

public Assistant(Assistant other)
Parameter
Name Description
other Assistant

Properties

AssistantName

public AssistantName AssistantName { get; set; }

AssistantName-typed view over the Name resource name property.

Property Value
Type Description
AssistantName

Name

public string Name { get; set; }

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.

Property Value
Type Description
string