IssueModelArgs

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
fun IssueModelArgs(displayName: Output<String>? = null, inputDataConfig: Output<GoogleCloudContactcenterinsightsV1IssueModelInputDataConfigArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): IssueModelArgs

Properties

Link copied to clipboard
val displayName: Output<String>? = null

The representative name for the issue model.

Link copied to clipboard

Configs for the input data that used to create the issue model.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}

Link copied to clipboard
val project: Output<String>? = null