public interface UpdateConversationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversation()
public abstract Conversation getConversation()Required. The new values for the conversation.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Conversation | The conversation. |
getConversationOrBuilder()
public abstract ConversationOrBuilder getConversationOrBuilder()Required. The new values for the conversation.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConversationOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasConversation()
public abstract boolean hasConversation()Required. The new values for the conversation.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the conversation field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |