public sealed class Reply : IMessage<Reply>, IEquatable<Reply>, IDeepCloneable<Reply>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class Reply.
Defines a reply message to user.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
Reply()
public Reply()Reply(Reply)
public Reply(Reply other)| Parameter | |
|---|---|
| Name | Description |
other |
Reply |
Properties
References
[Obsolete]
public RepeatedField<Reply.Types.Reference> References { get; }References in the reply.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldReplyTypesReference |
|
Reply_
[Obsolete]
public string Reply_ { get; set; }DEPRECATED: use summary instead.
Text reply.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Summary
public SearchResponse.Types.Summary Summary { get; set; }Summary based on search results.
| Property Value | |
|---|---|
| Type | Description |
SearchResponseTypesSummary |
|