Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAssistant

Discovery Engine Assistant resource.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAssistant
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAssistant : IDirectResponseSchema

Properties

CustomerPolicy

Optional. Customer policy for the assistant.

Declaration
[JsonProperty("customerPolicy")]
public virtual GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy CustomerPolicy { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy

Description

Optional. Description for additional information. Expected to be shown on the configuration UI, not to the users of the assistant.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisableLocationContext

Optional. Indicates whether to disable user location context. By default, user location context is enabled.

Declaration
[JsonProperty("disableLocationContext")]
public virtual bool? DisableLocationContext { get; set; }
Property Value
Type Description
bool?

DisplayName

Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 characters.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnabledTools

Optional. Note: not implemented yet. Use enabled_actions instead. The enabled tools on this assistant. The keys are connector name, for example "projects/{projectId}/locations/{locationId}/collections/{collectionId}/dataconnector The values consist of admin enabled tools towards the connector instance. Admin can selectively enable multiple tools on any of the connector instances that they created in the project. For example {"jira1ConnectorName": [(toolId1, "createTicket"), (toolId2, "transferTicket")], "gmail1ConnectorName": [(toolId3, "sendEmail"),..] }

Declaration
[JsonProperty("enabledTools")]
public virtual IDictionary<string, GoogleCloudDiscoveryengineV1alphaAssistantToolList> EnabledTools { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDiscoveryengineV1alphaAssistantToolList>

GenerationConfig

Optional. Configuration for the generation of the assistant response.

Declaration
[JsonProperty("generationConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig GenerationConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig

Name

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.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

WebGroundingType

Optional. The type of web grounding to use.

Declaration
[JsonProperty("webGroundingType")]
public virtual string WebGroundingType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX