Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaAssistant

Discovery Engine Assistant resource.

Inheritance
object
GoogleCloudDiscoveryengineV1betaAssistant
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.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAssistant : IDirectResponseSchema

Properties

CustomerPolicy

Optional. Customer policy for the assistant.

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

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, GoogleCloudDiscoveryengineV1betaAssistantToolList> EnabledTools { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDiscoveryengineV1betaAssistantToolList>

GenerationConfig

Optional. Configuration for the generation of the assistant response.

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

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