public interface StatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getException()
public abstract ExceptionDetail getException()Optional. The exception thrown during the execution of the action.
.google.cloud.dialogflow.cx.v3beta1.ExceptionDetail exception = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ExceptionDetail |
The exception. |
getExceptionOrBuilder()
public abstract ExceptionDetailOrBuilder getExceptionOrBuilder()Optional. The exception thrown during the execution of the action.
.google.cloud.dialogflow.cx.v3beta1.ExceptionDetail exception = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ExceptionDetailOrBuilder |
|
hasException()
public abstract boolean hasException()Optional. The exception thrown during the execution of the action.
.google.cloud.dialogflow.cx.v3beta1.ExceptionDetail exception = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exception field is set. |