Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaReply

Defines a reply message to user.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaReply
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaReply : 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<GoogleCloudDiscoveryengineV1alphaReplyReference> References { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaReplyReference>

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 GoogleCloudDiscoveryengineV1alphaSearchResponseSummary Summary { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaSearchResponseSummary

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX