Show / Hide Table of Contents

Class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet

A review snippet that is used to generate the answer.

Inheritance
object
GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
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.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoogleMapsUri

A link to show the review on Google Maps.

Declaration
[JsonProperty("googleMapsUri")]
public virtual string GoogleMapsUri { get; set; }
Property Value
Type Description
string

ReviewId

The ID of the review that is being referenced.

Declaration
[JsonProperty("reviewId")]
public virtual string ReviewId { get; set; }
Property Value
Type Description
string

Title

The title of the review.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX