GoogleCloudDialogflowCxV3LlmModelSettings.fromJson constructor
GoogleCloudDialogflowCxV3LlmModelSettings.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3LlmModelSettings.fromJson(core.Map json_)
: this(
model: json_['model'] as core.String?,
promptText: json_['promptText'] as core.String?,
);