public sealed class Feedback.Types.ConversationInfo : IMessage<Feedback.Types.ConversationInfo>, IEquatable<Feedback.Types.ConversationInfo>, IDeepCloneable<Feedback.Types.ConversationInfo>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class Feedback.Types.ConversationInfo.
The conversation information such as the question index and session name.
Implements
IMessageFeedbackTypesConversationInfo, IEquatableFeedbackTypesConversationInfo, IDeepCloneableFeedbackTypesConversationInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ConversationInfo()
public ConversationInfo()ConversationInfo(ConversationInfo)
public ConversationInfo(Feedback.Types.ConversationInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
FeedbackTypesConversationInfo |
Properties
AnswerQueryToken
public string AnswerQueryToken { get; set; }Optional. The token which could be used to fetch the answer log.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AssistToken
public string AssistToken { get; set; }Optional. The token which could be used to fetch the assistant log.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Query
public Query Query { get; set; }Required. The user's search query.
| Property Value | |
|---|---|
| Type | Description |
Query |
|
QuestionIndex
public int QuestionIndex { get; set; }The index of the user input within the conversation messages.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Session
public string Session { get; set; }Name of the newly generated or continued session.
| Property Value | |
|---|---|
| Type | Description |
string |
|