Class GoogleCloudAiplatformV1UserScenario
Output of user scenario generation.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1UserScenario : IDirectResponseSchema
Properties
ConversationPlan
Conversation plan to drive multi-turn agent run and get simulated agent eval 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
Starting prompt for the conversation between simulated user and agent under the test.
Declaration
[JsonProperty("startingPrompt")]
public virtual string StartingPrompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TestCaseTitle
Represents a short 3-5 word title for eval test case.
Declaration
[JsonProperty("testCaseTitle")]
public virtual string TestCaseTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |