Class CxTestCaseArgs


  • public final class CxTestCaseArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • displayName

        public com.pulumi.core.Output<java.lang.String> displayName()
        Returns:
        The human-readable name of the test case, unique within the agent. Limit of 200 characters. ***
      • notes

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> notes()
        Returns:
        Additional freeform notes about the test case. Limit of 400 characters.
      • parent

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> parent()
        Returns:
        The agent to create the test case for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> tags()
        Returns:
        Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters
      • testCaseConversationTurns

        public java.util.Optional<com.pulumi.core.Output<java.util.List<CxTestCaseTestCaseConversationTurnArgs>>> testCaseConversationTurns()
        Returns:
        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. Structure is documented below.
      • testConfig

        public java.util.Optional<com.pulumi.core.Output<CxTestCaseTestConfigArgs>> testConfig()
        Returns:
        Config for the test case. Structure is documented below.