Evaluation Args
data class EvaluationArgs(val conversationModelId: Output<String>? = null, val displayName: Output<String>? = null, val evaluationConfig: Output<GoogleCloudDialogflowV2EvaluationConfigArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<EvaluationArgs>
Creates evaluation of a conversation model. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.