Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::BatchUpdateGenerativeQuestionConfigsRequest.
Request for BatchUpdateGenerativeQuestionConfig method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Optional. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Optional. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}
Returns
- (::String) — Optional. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}
#requests
def requests() -> ::Array<::Google::Cloud::Retail::V2::UpdateGenerativeQuestionConfigRequest>
Returns
- (::Array<::Google::Cloud::Retail::V2::UpdateGenerativeQuestionConfigRequest>) — Required. The updates question configs.
#requests=
def requests=(value) -> ::Array<::Google::Cloud::Retail::V2::UpdateGenerativeQuestionConfigRequest>
Parameter
- value (::Array<::Google::Cloud::Retail::V2::UpdateGenerativeQuestionConfigRequest>) — Required. The updates question configs.
Returns
- (::Array<::Google::Cloud::Retail::V2::UpdateGenerativeQuestionConfigRequest>) — Required. The updates question configs.