GoogleCloudAiplatformV1UserScenario class

Output of user scenario generation.

Constructors

GoogleCloudAiplatformV1UserScenario({String? conversationPlan, String? startingPrompt, String? testCaseTitle})
GoogleCloudAiplatformV1UserScenario.fromJson(Map json_)

Properties

conversationPlan String?
Conversation plan to drive multi-turn agent run and get simulated agent eval dataset.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startingPrompt String?
Starting prompt for the conversation between simulated user and agent under the test.
getter/setter pair
testCaseTitle String?
Represents a short 3-5 word title for eval test case.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited