Class GoogleCloudAiplatformV1EvaluationPromptUserScenario
User scenario to help simulate multi-turn agent running results.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationPromptUserScenario : IDirectResponseSchema
Properties
ConversationPlan
Required. The plan for the conversation, used to drive the multi-turn agent run and generate the simulated agent evaluation dataset.
Declaration
[JsonProperty("conversationPlan")]
public virtual string ConversationPlan { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartingPrompt
Required. The prompt that starts the conversation between the simulated user and the agent under test.
Declaration
[JsonProperty("startingPrompt")]
public virtual string StartingPrompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |