Class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
A review snippet that is used to generate the answer.
Implements
Inherited Members
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 |