GoogleCloudDialogflowCxV3LlmModelSettings.fromJson constructor

GoogleCloudDialogflowCxV3LlmModelSettings.fromJson(
  1. Map json_
)

Implementation

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