Interface CreateIssueModelRequestOrBuilder (2.43.0)

public interface CreateIssueModelRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIssueModel()

public abstract IssueModel getIssueModel()

Required. The issue model to create.

.google.cloud.contactcenterinsights.v1.IssueModel issue_model = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IssueModel

The issueModel.

getIssueModelOrBuilder()

public abstract IssueModelOrBuilder getIssueModelOrBuilder()

Required. The issue model to create.

.google.cloud.contactcenterinsights.v1.IssueModel issue_model = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IssueModelOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource of the issue model.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource of the issue model.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasIssueModel()

public abstract boolean hasIssueModel()

Required. The issue model to create.

.google.cloud.contactcenterinsights.v1.IssueModel issue_model = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the issueModel field is set.