[Obsolete]
public sealed class ClarificationMessage : IMessage<ClarificationMessage>, IEquatable<ClarificationMessage>, IDeepCloneable<ClarificationMessage>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1beta API class ClarificationMessage.
Deprecated: Use TextMessage with TextType.FINAL_RESPONSE instead. A message of questions to help clarify the user's query. This is returned when the system cannot confidently answer the user's question.
Implements
IMessageClarificationMessage, IEquatableClarificationMessage, IDeepCloneableClarificationMessage, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
ClarificationMessage()
public ClarificationMessage()ClarificationMessage(ClarificationMessage)
public ClarificationMessage(ClarificationMessage other)| Parameter | |
|---|---|
| Name | Description |
other |
ClarificationMessage |
Properties
Questions
[Obsolete]
public RepeatedField<ClarificationQuestion> Questions { get; }Required. Deprecated: The parent message is deprecated. A batch of clarification questions to ask the user.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldClarificationQuestion |
|