public interface UpdateContextRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContext()
public abstract Context getContext()Required. The context to update.
.google.cloud.dialogflow.v2.Context context = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Context |
The context. |
getContextOrBuilder()
public abstract ContextOrBuilder getContextOrBuilder()Required. The context to update.
.google.cloud.dialogflow.v2.Context context = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContextOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasContext()
public abstract boolean hasContext()Required. The context to update.
.google.cloud.dialogflow.v2.Context context = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the context field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |