Class GoogleCloudDiscoveryengineV1Assistant
Discovery Engine Assistant resource.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.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 |
DefaultWebGroundingToggleOff
Optional. This field controls the default web grounding toggle for end users if web_grounding_type is set
to WEB_GROUNDING_TYPE_GOOGLE_SEARCH or WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH. By default, this field
is set to false. If web_grounding_type is WEB_GROUNDING_TYPE_GOOGLE_SEARCH or
WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH, end users will have web grounding enabled by default on UI. If
true, grounding toggle will be disabled by default on UI. End users can still enable web grounding in the UI
if web grounding is enabled.
Declaration
[JsonProperty("defaultWebGroundingToggleOff")]
public virtual bool? DefaultWebGroundingToggleOff { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
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 |