Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaCannedQueryCannedQueryTexts

The text pieces for the canned query, which can be localized.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaCannedQueryCannedQueryTexts
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX