testCaseConversationTurns property

List<GoogleCloudDialogflowCxV3ConversationTurn>? testCaseConversationTurns
getter/setter pair

The conversation turns uttered when the test case was created, in chronological order.

These include the canonical set of agent utterances that should occur when the agent is working properly.

Implementation

core.List<GoogleCloudDialogflowCxV3ConversationTurn>?
    testCaseConversationTurns;