public sealed class Reply : IMessage<Reply>, IEquatable<Reply>, IDeepCloneable<Reply>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1 API class Reply.
Defines a reply message to user.
Namespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
Reply()
public Reply()Reply(Reply)
public Reply(Reply other)| Parameter | |
|---|---|
| Name | Description |
other |
Reply |
Properties
Summary
public SearchResponse.Types.Summary Summary { get; set; }Summary based on search results.
| Property Value | |
|---|---|
| Type | Description |
SearchResponseTypesSummary |
|