Class GoogleCloudDiscoveryengineV1alphaAssistAnswer
AssistAnswer resource, main part of AssistResponse.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAssistAnswer : IDirectResponseSchema
Properties
AssistSkippedReasons
Reasons for not answering the assist call.
Declaration
[JsonProperty("assistSkippedReasons")]
public virtual IList<string> AssistSkippedReasons { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
CustomerPolicyEnforcementResult
Optional. The field contains information about the various policy checks' results like the banned phrases or the Model Armor checks. This field is populated only if the assist call was skipped due to a policy violation.
Declaration
[JsonProperty("customerPolicyEnforcementResult")]
public virtual GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult CustomerPolicyEnforcementResult { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Immutable. Identifier. Resource name of the AssistAnswer. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/assistAnswers/{assist_answer}
This field 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 |
Replies
Replies of the assistant.
Declaration
[JsonProperty("replies")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAssistAnswerReply> Replies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaAssistAnswerReply> |
State
State of the answer generation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |