public sealed class DataStoreConnectionSignals.Types.SearchSnippet : IMessage<DataStoreConnectionSignals.Types.SearchSnippet>, IEquatable<DataStoreConnectionSignals.Types.SearchSnippet>, IDeepCloneable<DataStoreConnectionSignals.Types.SearchSnippet>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DataStoreConnectionSignals.Types.SearchSnippet.
Search snippet details.
Implements
IMessageDataStoreConnectionSignalsTypesSearchSnippet, IEquatableDataStoreConnectionSignalsTypesSearchSnippet, IDeepCloneableDataStoreConnectionSignalsTypesSearchSnippet, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
SearchSnippet()
public SearchSnippet()
SearchSnippet(SearchSnippet)
public SearchSnippet(DataStoreConnectionSignals.Types.SearchSnippet other)
Parameter | |
---|---|
Name | Description |
other |
DataStoreConnectionSignalsTypesSearchSnippet |
Properties
DocumentTitle
public string DocumentTitle { get; set; }
Title of the enclosing document.
Property Value | |
---|---|
Type | Description |
string |
DocumentUri
public string DocumentUri { get; set; }
Uri for the document. Present if specified for the document.
Property Value | |
---|---|
Type | Description |
string |
Text
public string Text { get; set; }
Text included in the prompt.
Property Value | |
---|---|
Type | Description |
string |