Class GoogleCloudDiscoveryengineV1betaReply
Defines a reply message to user.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaReply : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
References
References in the reply.
Declaration
[JsonProperty("references")]
public virtual IList<GoogleCloudDiscoveryengineV1betaReplyReference> References { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1betaReplyReference> |
Reply
DEPRECATED: use summary
instead. Text reply.
Declaration
[JsonProperty("reply")]
public virtual string Reply { get; set; }
Property Value
Type | Description |
---|---|
string |
Summary
Summary based on search results.
Declaration
[JsonProperty("summary")]
public virtual GoogleCloudDiscoveryengineV1betaSearchResponseSummary Summary { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1betaSearchResponseSummary |