Issue Model Args
data class IssueModelArgs(val displayName: Output<String>? = null, val inputDataConfig: Output<GoogleCloudContactcenterinsightsV1IssueModelInputDataConfigArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<IssueModelArgs>
Creates an issue model.
Constructors
Link copied to clipboard
constructor(displayName: Output<String>? = null, inputDataConfig: Output<GoogleCloudContactcenterinsightsV1IssueModelInputDataConfigArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)
Properties
Link copied to clipboard
The representative name for the issue model.
Link copied to clipboard
val inputDataConfig: Output<GoogleCloudContactcenterinsightsV1IssueModelInputDataConfigArgs>? = null
Configs for the input data that used to create the issue model.