GoogleCloudAiplatformV1UserScenario.fromJson constructor

GoogleCloudAiplatformV1UserScenario.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1UserScenario.fromJson(core.Map json_)
  : this(
      conversationPlan: json_['conversationPlan'] as core.String?,
      startingPrompt: json_['startingPrompt'] as core.String?,
      testCaseTitle: json_['testCaseTitle'] as core.String?,
    );