public sealed class ListGenerativeQuestionConfigsResponse : IMessage<ListGenerativeQuestionConfigsResponse>, IEquatable<ListGenerativeQuestionConfigsResponse>, IDeepCloneable<ListGenerativeQuestionConfigsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Retail v2 API class ListGenerativeQuestionConfigsResponse.
Response for ListQuestions method.
Implements
IMessageListGenerativeQuestionConfigsResponse, IEquatableListGenerativeQuestionConfigsResponse, IDeepCloneableListGenerativeQuestionConfigsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ListGenerativeQuestionConfigsResponse()
public ListGenerativeQuestionConfigsResponse()ListGenerativeQuestionConfigsResponse(ListGenerativeQuestionConfigsResponse)
public ListGenerativeQuestionConfigsResponse(ListGenerativeQuestionConfigsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGenerativeQuestionConfigsResponse |
Properties
GenerativeQuestionConfigs
public RepeatedField<GenerativeQuestionConfig> GenerativeQuestionConfigs { get; }All the questions for a given catalog.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldGenerativeQuestionConfig |
|