Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaAssistAnswer

AssistAnswer resource, main part of AssistResponse.

Inheritance
object
GoogleCloudDiscoveryengineV1betaAssistAnswer
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 GoogleCloudDiscoveryengineV1betaAssistAnswer : 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 GoogleCloudDiscoveryengineV1betaAssistAnswerCustomerPolicyEnforcementResult CustomerPolicyEnforcementResult { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaAssistAnswerCustomerPolicyEnforcementResult

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<GoogleCloudDiscoveryengineV1betaAssistAnswerReply> Replies { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1betaAssistAnswerReply>

State

State of the answer generation.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX