Class GoogleCloudDiscoveryengineV1alphaAssistant
Discovery Engine Assistant resource.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAssistant : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. Represents the time when this Assistant was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CustomerPolicy
Optional. Customer policy for the assistant.
Declaration
[JsonProperty("customerPolicy")]
public virtual GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy CustomerPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy |
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 |
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 |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. Represents the time when this Assistant was most recently updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { 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 |