Class GoogleCloudDiscoveryengineV1alphaCannedQuerySuggestedPrompt
A suggested prompt for the canned query.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCannedQuerySuggestedPrompt : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PromptText
Required. The text of the suggested prompt.
Declaration
[JsonProperty("promptText")]
public virtual string PromptText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |