Class GoogleCloudDiscoveryengineV1alphaCannedQueryCannedQueryTexts
The text pieces for the canned query, which can be localized.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCannedQueryCannedQueryTexts : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Prefix
Optional. The prefix that suggested_prompts should start with.
Declaration
[JsonProperty("prefix")]
public virtual string Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SuggestedPrompts
Required. The prompts the canned query will offer to the user.
Declaration
[JsonProperty("suggestedPrompts")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaCannedQuerySuggestedPrompt> SuggestedPrompts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaCannedQuerySuggestedPrompt> |
Title
Required. The title that is for the end user.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |