class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecModelPromptSpec
Specification of the prompt to use with the model.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @preamble = args[:preamble] if args.key?(:preamble) end