public interface CreateIssueModelRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIssueModel()
public abstract IssueModel getIssueModel()Required. The issue model to create.
.google.cloud.contactcenterinsights.v1.IssueModel issue_model = 2 [(.google.api.field_behavior) = REQUIRED];
| 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];
| 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) = { ... }
| 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) = { ... }
| 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];
| Type | Description |
| boolean | Whether the issueModel field is set. |