public interface UpdateConversationProfileRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationProfile()
public abstract ConversationProfile getConversationProfile()Required. The conversation profile to update.
.google.cloud.dialogflow.v2.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConversationProfile | The conversationProfile. |
getConversationProfileOrBuilder()
public abstract ConversationProfileOrBuilder getConversationProfileOrBuilder()Required. The conversation profile to update.
.google.cloud.dialogflow.v2.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConversationProfileOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The mask to control which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The mask to control which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldMaskOrBuilder |
hasConversationProfile()
public abstract boolean hasConversationProfile()Required. The conversation profile to update.
.google.cloud.dialogflow.v2.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the conversationProfile field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The mask to control which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the updateMask field is set. |