public sealed class DataStoreConnectionSignals.Types.AnswerPart : IMessage<DataStoreConnectionSignals.Types.AnswerPart>, IEquatable<DataStoreConnectionSignals.Types.AnswerPart>, IDeepCloneable<DataStoreConnectionSignals.Types.AnswerPart>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DataStoreConnectionSignals.Types.AnswerPart.
Answer part with citation.
Implements
IMessageDataStoreConnectionSignalsTypesAnswerPart, IEquatableDataStoreConnectionSignalsTypesAnswerPart, IDeepCloneableDataStoreConnectionSignalsTypesAnswerPart, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
AnswerPart()
public AnswerPart()
AnswerPart(AnswerPart)
public AnswerPart(DataStoreConnectionSignals.Types.AnswerPart other)
Parameter | |
---|---|
Name | Description |
other |
DataStoreConnectionSignalsTypesAnswerPart |
Properties
SupportingIndices
public RepeatedField<int> SupportingIndices { get; }
Citations for this answer part. Indices of search_snippets
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldint |
Text
public string Text { get; set; }
Substring of the answer.
Property Value | |
---|---|
Type | Description |
string |