Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaFeedbackConversationInfo

The conversation information such as the question index and session name.

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

Properties

AnswerQueryToken

Optional. The token which could be used to fetch the answer log.

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

AssistToken

Optional. The token which could be used to fetch the assistant log.

Declaration
[JsonProperty("assistToken")]
public virtual string AssistToken { 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

Query

Required. The user's search query.

Declaration
[JsonProperty("query")]
public virtual GoogleCloudDiscoveryengineV1alphaQuery Query { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaQuery

QuestionIndex

The index of the user input within the conversation messages.

Declaration
[JsonProperty("questionIndex")]
public virtual int? QuestionIndex { get; set; }
Property Value
Type Description
int?

Session

Name of the newly generated or continued session.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX