Class GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo
Snippet information.
Inheritance
GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Snippet
Snippet content.
Declaration
[JsonProperty("snippet")]
public virtual string Snippet { get; set; }
Property Value
Type | Description |
---|---|
string |
SnippetStatus
Status of the snippet defined by the search team.
Declaration
[JsonProperty("snippetStatus")]
public virtual string SnippetStatus { get; set; }
Property Value
Type | Description |
---|---|
string |