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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
ConversationOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask() The list of fields to be updated. All possible fields can be updated by
passing *, or a subset of the following updateable fields can be
provided:
agent_idlanguage_codelabelsmetadataquality_metadatacall_metadatastart_timeexpire_timeorttldata_source.gcs_source.audio_uriordata_source.dialogflow_source.audio_uri
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() The list of fields to be updated. All possible fields can be updated by
passing *, or a subset of the following updateable fields can be
provided:
agent_idlanguage_codelabelsmetadataquality_metadatacall_metadatastart_timeexpire_timeorttldata_source.gcs_source.audio_uriordata_source.dialogflow_source.audio_uri
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conversation field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() The list of fields to be updated. All possible fields can be updated by
passing *, or a subset of the following updateable fields can be
provided:
agent_idlanguage_codelabelsmetadataquality_metadatacall_metadatastart_timeexpire_timeorttldata_source.gcs_source.audio_uriordata_source.dialogflow_source.audio_uri
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |