Class GoogleCloudDiscoveryengineV1betaFeedbackConversationInfo
The conversation information such as the question index and session name.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaFeedbackConversationInfo : 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 GoogleCloudDiscoveryengineV1betaQuery Query { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1betaQuery |
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 |