class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfigAgentCreationConfig
ListEngines API after engine creation.
means they cannot be retrieved using EngineService.GetEngine or EngineService.
configurations are one-time consumed by and passed to Dialogflow service. It
Configurations for generating a Dialogflow agent. Note that these
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @business = args[:business] if args.key?(:business) @default_language_code = args[:default_language_code] if args.key?(:default_language_code) @location = args[:location] if args.key?(:location) @time_zone = args[:time_zone] if args.key?(:time_zone) end