View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ListGenerativeQuestionConfigsResponse (google_api_retail v0.19.1)
Response for ListQuestions method.
Attributes
-
generativeQuestionConfigs
(type:list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GenerativeQuestionConfig.t)
, default:nil
) - All the questions for a given catalog.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ListGenerativeQuestionConfigsResponse{ generativeQuestionConfigs: [ GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GenerativeQuestionConfig.t() ] | nil }