Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply

One part of the multi-part response of the assist call.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GroundedContent

Possibly grounded response text or media from the assistant.

Declaration
[JsonProperty("groundedContent")]
public virtual GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent GroundedContent { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent

ReplyId

Output only. When set, uniquely identifies a reply within the AssistAnswer resource. During an AssistantService.StreamAssist call, multiple Reply messages with the same ID can occur within the response stream (across multiple AssistantService.StreamAssistResponse messages). These represent parts of a single Reply message in the final AssistAnswer resource.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX