GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2Generator (google_api_dialogflow v0.89.0)
View SourceLLM generator.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Creation time of this generator. -
description
(type:String.t
, default:nil
) - Optional. Human readable description of the generator. -
freeFormContext
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2FreeFormContext.t
, default:nil
) - Input of free from generator to LLM. -
inferenceParameter
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InferenceParameter.t
, default:nil
) - Optional. Inference parameters for this generator. -
name
(type:String.t
, default:nil
) - Output only. Identifier. The resource name of the generator. Format:projects//locations//generators/
-
publishedModel
(type:String.t
, default:nil
) - Optional. The published Large Language Model name. To use the latest model version, specify the model name without version number. Example:text-bison
To use a stable model version, specify the version number as well. Example:text-bison@002
. -
summarizationContext
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarizationContext.t
, default:nil
) - Input of prebuilt Summarization feature. -
tools
(type:list(String.t)
, default:nil
) - Optional. Resource names of the tools that the generator can choose from. Format:projects//locations//tools/
. -
triggerEvent
(type:String.t
, default:nil
) - Optional. The trigger event of the generator. It defines when the generator is triggered in a conversation. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Update time of this generator.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2Generator{ createTime: DateTime.t() | nil, description: String.t() | nil, freeFormContext: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2FreeFormContext.t() | nil, inferenceParameter: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InferenceParameter.t() | nil, name: String.t() | nil, publishedModel: String.t() | nil, summarizationContext: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarizationContext.t() | nil, tools: [String.t()] | nil, triggerEvent: String.t() | nil, updateTime: DateTime.t() | nil }