Class GoogleCloudDiscoveryengineV1Assistant
Discovery Engine Assistant resource.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1Assistant : IDirectResponseSchema
Properties
CustomerPolicy
Optional. Customer policy for the assistant.
Declaration
[JsonProperty("customerPolicy")]
public virtual GoogleCloudDiscoveryengineV1AssistantCustomerPolicy CustomerPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1AssistantCustomerPolicy |
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 |
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, GoogleCloudDiscoveryengineV1AssistantToolList> EnabledTools { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, GoogleCloudDiscoveryengineV1AssistantToolList> |
GenerationConfig
Optional. Configuration for the generation of the assistant response.
Declaration
[JsonProperty("generationConfig")]
public virtual GoogleCloudDiscoveryengineV1AssistantGenerationConfig GenerationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1AssistantGenerationConfig |
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 |