Retail v2 API - Class BatchUpdateGenerativeQuestionConfigsResponse (2.12.0)

public sealed class BatchUpdateGenerativeQuestionConfigsResponse : IMessage<BatchUpdateGenerativeQuestionConfigsResponse>, IEquatable<BatchUpdateGenerativeQuestionConfigsResponse>, IDeepCloneable<BatchUpdateGenerativeQuestionConfigsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class BatchUpdateGenerativeQuestionConfigsResponse.

Aggregated response for UpdateGenerativeQuestionConfig method.

Inheritance

object > BatchUpdateGenerativeQuestionConfigsResponse

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

BatchUpdateGenerativeQuestionConfigsResponse()

public BatchUpdateGenerativeQuestionConfigsResponse()

BatchUpdateGenerativeQuestionConfigsResponse(BatchUpdateGenerativeQuestionConfigsResponse)

public BatchUpdateGenerativeQuestionConfigsResponse(BatchUpdateGenerativeQuestionConfigsResponse other)
Parameter
Name Description
other BatchUpdateGenerativeQuestionConfigsResponse

Properties

GenerativeQuestionConfigs

public RepeatedField<GenerativeQuestionConfig> GenerativeQuestionConfigs { get; }

Optional. The updates question configs.

Property Value
Type Description
RepeatedFieldGenerativeQuestionConfig