Discovery Engine v1beta API - Class GetAssistantRequest (1.0.0-beta24)

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

Reference documentation and code samples for the Discovery Engine v1beta API class GetAssistantRequest.

Request message for the [AssistantService.GetAssistant][google.cloud.discoveryengine.v1beta.AssistantService.GetAssistant] method.

Inheritance

object > GetAssistantRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

GetAssistantRequest()

public GetAssistantRequest()

GetAssistantRequest(GetAssistantRequest)

public GetAssistantRequest(GetAssistantRequest other)
Parameter
Name Description
other GetAssistantRequest

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; }

Required. Resource name of [Assistant][google.cloud.discoveryengine.v1beta.Assistant]. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}

Property Value
Type Description
string