- 2.53.0 (latest)
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.10
- 2.2.7
public static final class Conversation.Builder extends GeneratedMessageV3.Builder<Conversation.Builder> implements ConversationOrBuilder
The conversation resource.
Protobuf type google.cloud.contactcenterinsights.v1.Conversation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Conversation.BuilderImplements
ConversationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllRuntimeAnnotations(Iterable<? extends RuntimeAnnotation> values)
public Conversation.Builder addAllRuntimeAnnotations(Iterable<? extends RuntimeAnnotation> values)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
values | Iterable<? extends com.google.cloud.contactcenterinsights.v1.RuntimeAnnotation> |
Type | Description |
Conversation.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Conversation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Conversation.Builder |
addRuntimeAnnotations(RuntimeAnnotation value)
public Conversation.Builder addRuntimeAnnotations(RuntimeAnnotation value)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | RuntimeAnnotation |
Type | Description |
Conversation.Builder |
addRuntimeAnnotations(RuntimeAnnotation.Builder builderForValue)
public Conversation.Builder addRuntimeAnnotations(RuntimeAnnotation.Builder builderForValue)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | RuntimeAnnotation.Builder |
Type | Description |
Conversation.Builder |
addRuntimeAnnotations(int index, RuntimeAnnotation value)
public Conversation.Builder addRuntimeAnnotations(int index, RuntimeAnnotation value)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
value | RuntimeAnnotation |
Type | Description |
Conversation.Builder |
addRuntimeAnnotations(int index, RuntimeAnnotation.Builder builderForValue)
public Conversation.Builder addRuntimeAnnotations(int index, RuntimeAnnotation.Builder builderForValue)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
builderForValue | RuntimeAnnotation.Builder |
Type | Description |
Conversation.Builder |
addRuntimeAnnotationsBuilder()
public RuntimeAnnotation.Builder addRuntimeAnnotationsBuilder()
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
RuntimeAnnotation.Builder |
addRuntimeAnnotationsBuilder(int index)
public RuntimeAnnotation.Builder addRuntimeAnnotationsBuilder(int index)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
RuntimeAnnotation.Builder |
build()
public Conversation build()
Type | Description |
Conversation |
buildPartial()
public Conversation buildPartial()
Type | Description |
Conversation |
clear()
public Conversation.Builder clear()
Type | Description |
Conversation.Builder |
clearAgentId()
public Conversation.Builder clearAgentId()
An opaque, user-specified string representing the human agent who handled the conversation.
string agent_id = 5;
Type | Description |
Conversation.Builder | This builder for chaining. |
clearCallMetadata()
public Conversation.Builder clearCallMetadata()
Call-specific metadata.
.google.cloud.contactcenterinsights.v1.Conversation.CallMetadata call_metadata = 7;
Type | Description |
Conversation.Builder |
clearCreateTime()
public Conversation.Builder clearCreateTime()
Output only. The time at which the conversation was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Conversation.Builder |
clearDataSource()
public Conversation.Builder clearDataSource()
The source of the audio and transcription for the conversation.
.google.cloud.contactcenterinsights.v1.ConversationDataSource data_source = 2;
Type | Description |
Conversation.Builder |
clearDialogflowIntents()
public Conversation.Builder clearDialogflowIntents()
Type | Description |
Conversation.Builder |
clearDuration()
public Conversation.Builder clearDuration()
Output only. The duration of the conversation.
.google.protobuf.Duration duration = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Conversation.Builder |
clearExpiration()
public Conversation.Builder clearExpiration()
Type | Description |
Conversation.Builder |
clearExpireTime()
public Conversation.Builder clearExpireTime()
The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.
.google.protobuf.Timestamp expire_time = 15;
Type | Description |
Conversation.Builder |
clearField(Descriptors.FieldDescriptor field)
public Conversation.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Conversation.Builder |
clearLabels()
public Conversation.Builder clearLabels()
Type | Description |
Conversation.Builder |
clearLanguageCode()
public Conversation.Builder clearLanguageCode()
A user-specified language code for the conversation.
string language_code = 14;
Type | Description |
Conversation.Builder | This builder for chaining. |
clearLatestAnalysis()
public Conversation.Builder clearLatestAnalysis()
Output only. The conversation's latest analysis, if one exists.
.google.cloud.contactcenterinsights.v1.Analysis latest_analysis = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Conversation.Builder |
clearMedium()
public Conversation.Builder clearMedium()
Immutable. The conversation medium, if unspecified will default to PHONE_CALL.
.google.cloud.contactcenterinsights.v1.Conversation.Medium medium = 9 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
Conversation.Builder | This builder for chaining. |
clearMetadata()
public Conversation.Builder clearMetadata()
Type | Description |
Conversation.Builder |
clearName()
public Conversation.Builder clearName()
Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
Conversation.Builder | This builder for chaining. |
clearObfuscatedUserId()
public Conversation.Builder clearObfuscatedUserId()
Obfuscated user ID which the customer sent to us.
string obfuscated_user_id = 21;
Type | Description |
Conversation.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Conversation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Conversation.Builder |
clearRuntimeAnnotations()
public Conversation.Builder clearRuntimeAnnotations()
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Conversation.Builder |
clearStartTime()
public Conversation.Builder clearStartTime()
The time at which the conversation started.
.google.protobuf.Timestamp start_time = 17;
Type | Description |
Conversation.Builder |
clearTranscript()
public Conversation.Builder clearTranscript()
Output only. The conversation transcript.
.google.cloud.contactcenterinsights.v1.Conversation.Transcript transcript = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Conversation.Builder |
clearTtl()
public Conversation.Builder clearTtl()
Input only. The TTL for this resource. If specified, then this TTL will be used to calculate the expire time.
.google.protobuf.Duration ttl = 16 [(.google.api.field_behavior) = INPUT_ONLY];
Type | Description |
Conversation.Builder |
clearTurnCount()
public Conversation.Builder clearTurnCount()
Output only. The number of turns in the conversation.
int32 turn_count = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Conversation.Builder | This builder for chaining. |
clearUpdateTime()
public Conversation.Builder clearUpdateTime()
Output only. The most recent time at which the conversation was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Conversation.Builder |
clone()
public Conversation.Builder clone()
Type | Description |
Conversation.Builder |
containsDialogflowIntents(String key)
public boolean containsDialogflowIntents(String key)
Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}
map<string, .google.cloud.contactcenterinsights.v1.DialogflowIntent> dialogflow_intents = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
Type | Description |
boolean |
containsLabels(String key)
public boolean containsLabels(String key)
A map for the user to specify any custom fields. A maximum of 20 labels per conversation is allowed, with a maximum of 256 characters per entry.
map<string, string> labels = 6;
Name | Description |
key | String |
Type | Description |
boolean |
getAgentId()
public String getAgentId()
An opaque, user-specified string representing the human agent who handled the conversation.
string agent_id = 5;
Type | Description |
String | The agentId. |
getAgentIdBytes()
public ByteString getAgentIdBytes()
An opaque, user-specified string representing the human agent who handled the conversation.
string agent_id = 5;
Type | Description |
ByteString | The bytes for agentId. |
getCallMetadata()
public Conversation.CallMetadata getCallMetadata()
Call-specific metadata.
.google.cloud.contactcenterinsights.v1.Conversation.CallMetadata call_metadata = 7;
Type | Description |
Conversation.CallMetadata | The callMetadata. |
getCallMetadataBuilder()
public Conversation.CallMetadata.Builder getCallMetadataBuilder()
Call-specific metadata.
.google.cloud.contactcenterinsights.v1.Conversation.CallMetadata call_metadata = 7;
Type | Description |
Conversation.CallMetadata.Builder |
getCallMetadataOrBuilder()
public Conversation.CallMetadataOrBuilder getCallMetadataOrBuilder()
Call-specific metadata.
.google.cloud.contactcenterinsights.v1.Conversation.CallMetadata call_metadata = 7;
Type | Description |
Conversation.CallMetadataOrBuilder |
getCreateTime()
public Timestamp getCreateTime()
Output only. The time at which the conversation was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. The time at which the conversation was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which the conversation was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getDataSource()
public ConversationDataSource getDataSource()
The source of the audio and transcription for the conversation.
.google.cloud.contactcenterinsights.v1.ConversationDataSource data_source = 2;
Type | Description |
ConversationDataSource | The dataSource. |
getDataSourceBuilder()
public ConversationDataSource.Builder getDataSourceBuilder()
The source of the audio and transcription for the conversation.
.google.cloud.contactcenterinsights.v1.ConversationDataSource data_source = 2;
Type | Description |
ConversationDataSource.Builder |
getDataSourceOrBuilder()
public ConversationDataSourceOrBuilder getDataSourceOrBuilder()
The source of the audio and transcription for the conversation.
.google.cloud.contactcenterinsights.v1.ConversationDataSource data_source = 2;
Type | Description |
ConversationDataSourceOrBuilder |
getDefaultInstanceForType()
public Conversation getDefaultInstanceForType()
Type | Description |
Conversation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDialogflowIntents()
public Map<String,DialogflowIntent> getDialogflowIntents()
Use #getDialogflowIntentsMap() instead.
Type | Description |
Map<String,DialogflowIntent> |
getDialogflowIntentsCount()
public int getDialogflowIntentsCount()
Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}
map<string, .google.cloud.contactcenterinsights.v1.DialogflowIntent> dialogflow_intents = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int |
getDialogflowIntentsMap()
public Map<String,DialogflowIntent> getDialogflowIntentsMap()
Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}
map<string, .google.cloud.contactcenterinsights.v1.DialogflowIntent> dialogflow_intents = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Map<String,DialogflowIntent> |
getDialogflowIntentsOrDefault(String key, DialogflowIntent defaultValue)
public DialogflowIntent getDialogflowIntentsOrDefault(String key, DialogflowIntent defaultValue)
Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}
map<string, .google.cloud.contactcenterinsights.v1.DialogflowIntent> dialogflow_intents = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
defaultValue | DialogflowIntent |
Type | Description |
DialogflowIntent |
getDialogflowIntentsOrThrow(String key)
public DialogflowIntent getDialogflowIntentsOrThrow(String key)
Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}
map<string, .google.cloud.contactcenterinsights.v1.DialogflowIntent> dialogflow_intents = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
Type | Description |
DialogflowIntent |
getDuration()
public Duration getDuration()
Output only. The duration of the conversation.
.google.protobuf.Duration duration = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Duration | The duration. |
getDurationBuilder()
public Duration.Builder getDurationBuilder()
Output only. The duration of the conversation.
.google.protobuf.Duration duration = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getDurationOrBuilder()
public DurationOrBuilder getDurationOrBuilder()
Output only. The duration of the conversation.
.google.protobuf.Duration duration = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
DurationOrBuilder |
getExpirationCase()
public Conversation.ExpirationCase getExpirationCase()
Type | Description |
Conversation.ExpirationCase |
getExpireTime()
public Timestamp getExpireTime()
The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.
.google.protobuf.Timestamp expire_time = 15;
Type | Description |
Timestamp | The expireTime. |
getExpireTimeBuilder()
public Timestamp.Builder getExpireTimeBuilder()
The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.
.google.protobuf.Timestamp expire_time = 15;
Type | Description |
Builder |
getExpireTimeOrBuilder()
public TimestampOrBuilder getExpireTimeOrBuilder()
The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.
.google.protobuf.Timestamp expire_time = 15;
Type | Description |
TimestampOrBuilder |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
A map for the user to specify any custom fields. A maximum of 20 labels per conversation is allowed, with a maximum of 256 characters per entry.
map<string, string> labels = 6;
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
A map for the user to specify any custom fields. A maximum of 20 labels per conversation is allowed, with a maximum of 256 characters per entry.
map<string, string> labels = 6;
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
A map for the user to specify any custom fields. A maximum of 20 labels per conversation is allowed, with a maximum of 256 characters per entry.
map<string, string> labels = 6;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
A map for the user to specify any custom fields. A maximum of 20 labels per conversation is allowed, with a maximum of 256 characters per entry.
map<string, string> labels = 6;
Name | Description |
key | String |
Type | Description |
String |
getLanguageCode()
public String getLanguageCode()
A user-specified language code for the conversation.
string language_code = 14;
Type | Description |
String | The languageCode. |
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()
A user-specified language code for the conversation.
string language_code = 14;
Type | Description |
ByteString | The bytes for languageCode. |
getLatestAnalysis()
public Analysis getLatestAnalysis()
Output only. The conversation's latest analysis, if one exists.
.google.cloud.contactcenterinsights.v1.Analysis latest_analysis = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Analysis | The latestAnalysis. |
getLatestAnalysisBuilder()
public Analysis.Builder getLatestAnalysisBuilder()
Output only. The conversation's latest analysis, if one exists.
.google.cloud.contactcenterinsights.v1.Analysis latest_analysis = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Analysis.Builder |
getLatestAnalysisOrBuilder()
public AnalysisOrBuilder getLatestAnalysisOrBuilder()
Output only. The conversation's latest analysis, if one exists.
.google.cloud.contactcenterinsights.v1.Analysis latest_analysis = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
AnalysisOrBuilder |
getMedium()
public Conversation.Medium getMedium()
Immutable. The conversation medium, if unspecified will default to PHONE_CALL.
.google.cloud.contactcenterinsights.v1.Conversation.Medium medium = 9 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
Conversation.Medium | The medium. |
getMediumValue()
public int getMediumValue()
Immutable. The conversation medium, if unspecified will default to PHONE_CALL.
.google.cloud.contactcenterinsights.v1.Conversation.Medium medium = 9 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
int | The enum numeric value on the wire for medium. |
getMetadataCase()
public Conversation.MetadataCase getMetadataCase()
Type | Description |
Conversation.MetadataCase |
getMutableDialogflowIntents()
public Map<String,DialogflowIntent> getMutableDialogflowIntents()
Use alternate mutation accessors instead.
Type | Description |
Map<String,DialogflowIntent> |
getMutableLabels()
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getName()
public String getName()
Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
ByteString | The bytes for name. |
getObfuscatedUserId()
public String getObfuscatedUserId()
Obfuscated user ID which the customer sent to us.
string obfuscated_user_id = 21;
Type | Description |
String | The obfuscatedUserId. |
getObfuscatedUserIdBytes()
public ByteString getObfuscatedUserIdBytes()
Obfuscated user ID which the customer sent to us.
string obfuscated_user_id = 21;
Type | Description |
ByteString | The bytes for obfuscatedUserId. |
getRuntimeAnnotations(int index)
public RuntimeAnnotation getRuntimeAnnotations(int index)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
RuntimeAnnotation |
getRuntimeAnnotationsBuilder(int index)
public RuntimeAnnotation.Builder getRuntimeAnnotationsBuilder(int index)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
RuntimeAnnotation.Builder |
getRuntimeAnnotationsBuilderList()
public List<RuntimeAnnotation.Builder> getRuntimeAnnotationsBuilderList()
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<Builder> |
getRuntimeAnnotationsCount()
public int getRuntimeAnnotationsCount()
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int |
getRuntimeAnnotationsList()
public List<RuntimeAnnotation> getRuntimeAnnotationsList()
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<RuntimeAnnotation> |
getRuntimeAnnotationsOrBuilder(int index)
public RuntimeAnnotationOrBuilder getRuntimeAnnotationsOrBuilder(int index)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
RuntimeAnnotationOrBuilder |
getRuntimeAnnotationsOrBuilderList()
public List<? extends RuntimeAnnotationOrBuilder> getRuntimeAnnotationsOrBuilderList()
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<? extends com.google.cloud.contactcenterinsights.v1.RuntimeAnnotationOrBuilder> |
getStartTime()
public Timestamp getStartTime()
The time at which the conversation started.
.google.protobuf.Timestamp start_time = 17;
Type | Description |
Timestamp | The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
The time at which the conversation started.
.google.protobuf.Timestamp start_time = 17;
Type | Description |
Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
The time at which the conversation started.
.google.protobuf.Timestamp start_time = 17;
Type | Description |
TimestampOrBuilder |
getTranscript()
public Conversation.Transcript getTranscript()
Output only. The conversation transcript.
.google.cloud.contactcenterinsights.v1.Conversation.Transcript transcript = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Conversation.Transcript | The transcript. |
getTranscriptBuilder()
public Conversation.Transcript.Builder getTranscriptBuilder()
Output only. The conversation transcript.
.google.cloud.contactcenterinsights.v1.Conversation.Transcript transcript = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Conversation.Transcript.Builder |
getTranscriptOrBuilder()
public Conversation.TranscriptOrBuilder getTranscriptOrBuilder()
Output only. The conversation transcript.
.google.cloud.contactcenterinsights.v1.Conversation.Transcript transcript = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Conversation.TranscriptOrBuilder |
getTtl()
public Duration getTtl()
Input only. The TTL for this resource. If specified, then this TTL will be used to calculate the expire time.
.google.protobuf.Duration ttl = 16 [(.google.api.field_behavior) = INPUT_ONLY];
Type | Description |
Duration | The ttl. |
getTtlBuilder()
public Duration.Builder getTtlBuilder()
Input only. The TTL for this resource. If specified, then this TTL will be used to calculate the expire time.
.google.protobuf.Duration ttl = 16 [(.google.api.field_behavior) = INPUT_ONLY];
Type | Description |
Builder |
getTtlOrBuilder()
public DurationOrBuilder getTtlOrBuilder()
Input only. The TTL for this resource. If specified, then this TTL will be used to calculate the expire time.
.google.protobuf.Duration ttl = 16 [(.google.api.field_behavior) = INPUT_ONLY];
Type | Description |
DurationOrBuilder |
getTurnCount()
public int getTurnCount()
Output only. The number of turns in the conversation.
int32 turn_count = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int | The turnCount. |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The most recent time at which the conversation was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. The most recent time at which the conversation was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The most recent time at which the conversation was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
hasCallMetadata()
public boolean hasCallMetadata()
Call-specific metadata.
.google.cloud.contactcenterinsights.v1.Conversation.CallMetadata call_metadata = 7;
Type | Description |
boolean | Whether the callMetadata field is set. |
hasCreateTime()
public boolean hasCreateTime()
Output only. The time at which the conversation was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the createTime field is set. |
hasDataSource()
public boolean hasDataSource()
The source of the audio and transcription for the conversation.
.google.cloud.contactcenterinsights.v1.ConversationDataSource data_source = 2;
Type | Description |
boolean | Whether the dataSource field is set. |
hasDuration()
public boolean hasDuration()
Output only. The duration of the conversation.
.google.protobuf.Duration duration = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the duration field is set. |
hasExpireTime()
public boolean hasExpireTime()
The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.
.google.protobuf.Timestamp expire_time = 15;
Type | Description |
boolean | Whether the expireTime field is set. |
hasLatestAnalysis()
public boolean hasLatestAnalysis()
Output only. The conversation's latest analysis, if one exists.
.google.cloud.contactcenterinsights.v1.Analysis latest_analysis = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the latestAnalysis field is set. |
hasStartTime()
public boolean hasStartTime()
The time at which the conversation started.
.google.protobuf.Timestamp start_time = 17;
Type | Description |
boolean | Whether the startTime field is set. |
hasTranscript()
public boolean hasTranscript()
Output only. The conversation transcript.
.google.cloud.contactcenterinsights.v1.Conversation.Transcript transcript = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the transcript field is set. |
hasTtl()
public boolean hasTtl()
Input only. The TTL for this resource. If specified, then this TTL will be used to calculate the expire time.
.google.protobuf.Duration ttl = 16 [(.google.api.field_behavior) = INPUT_ONLY];
Type | Description |
boolean | Whether the ttl field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The most recent time at which the conversation was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCallMetadata(Conversation.CallMetadata value)
public Conversation.Builder mergeCallMetadata(Conversation.CallMetadata value)
Call-specific metadata.
.google.cloud.contactcenterinsights.v1.Conversation.CallMetadata call_metadata = 7;
Name | Description |
value | Conversation.CallMetadata |
Type | Description |
Conversation.Builder |
mergeCreateTime(Timestamp value)
public Conversation.Builder mergeCreateTime(Timestamp value)
Output only. The time at which the conversation was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Conversation.Builder |
mergeDataSource(ConversationDataSource value)
public Conversation.Builder mergeDataSource(ConversationDataSource value)
The source of the audio and transcription for the conversation.
.google.cloud.contactcenterinsights.v1.ConversationDataSource data_source = 2;
Name | Description |
value | ConversationDataSource |
Type | Description |
Conversation.Builder |
mergeDuration(Duration value)
public Conversation.Builder mergeDuration(Duration value)
Output only. The duration of the conversation.
.google.protobuf.Duration duration = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Duration |
Type | Description |
Conversation.Builder |
mergeExpireTime(Timestamp value)
public Conversation.Builder mergeExpireTime(Timestamp value)
The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.
.google.protobuf.Timestamp expire_time = 15;
Name | Description |
value | Timestamp |
Type | Description |
Conversation.Builder |
mergeFrom(Conversation other)
public Conversation.Builder mergeFrom(Conversation other)
Name | Description |
other | Conversation |
Type | Description |
Conversation.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Conversation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Conversation.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Conversation.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Conversation.Builder |
mergeLatestAnalysis(Analysis value)
public Conversation.Builder mergeLatestAnalysis(Analysis value)
Output only. The conversation's latest analysis, if one exists.
.google.cloud.contactcenterinsights.v1.Analysis latest_analysis = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Analysis |
Type | Description |
Conversation.Builder |
mergeStartTime(Timestamp value)
public Conversation.Builder mergeStartTime(Timestamp value)
The time at which the conversation started.
.google.protobuf.Timestamp start_time = 17;
Name | Description |
value | Timestamp |
Type | Description |
Conversation.Builder |
mergeTranscript(Conversation.Transcript value)
public Conversation.Builder mergeTranscript(Conversation.Transcript value)
Output only. The conversation transcript.
.google.cloud.contactcenterinsights.v1.Conversation.Transcript transcript = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Conversation.Transcript |
Type | Description |
Conversation.Builder |
mergeTtl(Duration value)
public Conversation.Builder mergeTtl(Duration value)
Input only. The TTL for this resource. If specified, then this TTL will be used to calculate the expire time.
.google.protobuf.Duration ttl = 16 [(.google.api.field_behavior) = INPUT_ONLY];
Name | Description |
value | Duration |
Type | Description |
Conversation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Conversation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Conversation.Builder |
mergeUpdateTime(Timestamp value)
public Conversation.Builder mergeUpdateTime(Timestamp value)
Output only. The most recent time at which the conversation was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Conversation.Builder |
putAllDialogflowIntents(Map<String,DialogflowIntent> values)
public Conversation.Builder putAllDialogflowIntents(Map<String,DialogflowIntent> values)
Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}
map<string, .google.cloud.contactcenterinsights.v1.DialogflowIntent> dialogflow_intents = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
values | Map<String,DialogflowIntent> |
Type | Description |
Conversation.Builder |
putAllLabels(Map<String,String> values)
public Conversation.Builder putAllLabels(Map<String,String> values)
A map for the user to specify any custom fields. A maximum of 20 labels per conversation is allowed, with a maximum of 256 characters per entry.
map<string, string> labels = 6;
Name | Description |
values | Map<String,String> |
Type | Description |
Conversation.Builder |
putDialogflowIntents(String key, DialogflowIntent value)
public Conversation.Builder putDialogflowIntents(String key, DialogflowIntent value)
Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}
map<string, .google.cloud.contactcenterinsights.v1.DialogflowIntent> dialogflow_intents = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
value | DialogflowIntent |
Type | Description |
Conversation.Builder |
putLabels(String key, String value)
public Conversation.Builder putLabels(String key, String value)
A map for the user to specify any custom fields. A maximum of 20 labels per conversation is allowed, with a maximum of 256 characters per entry.
map<string, string> labels = 6;
Name | Description |
key | String |
value | String |
Type | Description |
Conversation.Builder |
removeDialogflowIntents(String key)
public Conversation.Builder removeDialogflowIntents(String key)
Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}
map<string, .google.cloud.contactcenterinsights.v1.DialogflowIntent> dialogflow_intents = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
Type | Description |
Conversation.Builder |
removeLabels(String key)
public Conversation.Builder removeLabels(String key)
A map for the user to specify any custom fields. A maximum of 20 labels per conversation is allowed, with a maximum of 256 characters per entry.
map<string, string> labels = 6;
Name | Description |
key | String |
Type | Description |
Conversation.Builder |
removeRuntimeAnnotations(int index)
public Conversation.Builder removeRuntimeAnnotations(int index)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
Conversation.Builder |
setAgentId(String value)
public Conversation.Builder setAgentId(String value)
An opaque, user-specified string representing the human agent who handled the conversation.
string agent_id = 5;
Name | Description |
value | String The agentId to set. |
Type | Description |
Conversation.Builder | This builder for chaining. |
setAgentIdBytes(ByteString value)
public Conversation.Builder setAgentIdBytes(ByteString value)
An opaque, user-specified string representing the human agent who handled the conversation.
string agent_id = 5;
Name | Description |
value | ByteString The bytes for agentId to set. |
Type | Description |
Conversation.Builder | This builder for chaining. |
setCallMetadata(Conversation.CallMetadata value)
public Conversation.Builder setCallMetadata(Conversation.CallMetadata value)
Call-specific metadata.
.google.cloud.contactcenterinsights.v1.Conversation.CallMetadata call_metadata = 7;
Name | Description |
value | Conversation.CallMetadata |
Type | Description |
Conversation.Builder |
setCallMetadata(Conversation.CallMetadata.Builder builderForValue)
public Conversation.Builder setCallMetadata(Conversation.CallMetadata.Builder builderForValue)
Call-specific metadata.
.google.cloud.contactcenterinsights.v1.Conversation.CallMetadata call_metadata = 7;
Name | Description |
builderForValue | Conversation.CallMetadata.Builder |
Type | Description |
Conversation.Builder |
setCreateTime(Timestamp value)
public Conversation.Builder setCreateTime(Timestamp value)
Output only. The time at which the conversation was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Conversation.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public Conversation.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. The time at which the conversation was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Builder |
Type | Description |
Conversation.Builder |
setDataSource(ConversationDataSource value)
public Conversation.Builder setDataSource(ConversationDataSource value)
The source of the audio and transcription for the conversation.
.google.cloud.contactcenterinsights.v1.ConversationDataSource data_source = 2;
Name | Description |
value | ConversationDataSource |
Type | Description |
Conversation.Builder |
setDataSource(ConversationDataSource.Builder builderForValue)
public Conversation.Builder setDataSource(ConversationDataSource.Builder builderForValue)
The source of the audio and transcription for the conversation.
.google.cloud.contactcenterinsights.v1.ConversationDataSource data_source = 2;
Name | Description |
builderForValue | ConversationDataSource.Builder |
Type | Description |
Conversation.Builder |
setDuration(Duration value)
public Conversation.Builder setDuration(Duration value)
Output only. The duration of the conversation.
.google.protobuf.Duration duration = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Duration |
Type | Description |
Conversation.Builder |
setDuration(Duration.Builder builderForValue)
public Conversation.Builder setDuration(Duration.Builder builderForValue)
Output only. The duration of the conversation.
.google.protobuf.Duration duration = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Builder |
Type | Description |
Conversation.Builder |
setExpireTime(Timestamp value)
public Conversation.Builder setExpireTime(Timestamp value)
The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.
.google.protobuf.Timestamp expire_time = 15;
Name | Description |
value | Timestamp |
Type | Description |
Conversation.Builder |
setExpireTime(Timestamp.Builder builderForValue)
public Conversation.Builder setExpireTime(Timestamp.Builder builderForValue)
The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.
.google.protobuf.Timestamp expire_time = 15;
Name | Description |
builderForValue | Builder |
Type | Description |
Conversation.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Conversation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Conversation.Builder |
setLanguageCode(String value)
public Conversation.Builder setLanguageCode(String value)
A user-specified language code for the conversation.
string language_code = 14;
Name | Description |
value | String The languageCode to set. |
Type | Description |
Conversation.Builder | This builder for chaining. |
setLanguageCodeBytes(ByteString value)
public Conversation.Builder setLanguageCodeBytes(ByteString value)
A user-specified language code for the conversation.
string language_code = 14;
Name | Description |
value | ByteString The bytes for languageCode to set. |
Type | Description |
Conversation.Builder | This builder for chaining. |
setLatestAnalysis(Analysis value)
public Conversation.Builder setLatestAnalysis(Analysis value)
Output only. The conversation's latest analysis, if one exists.
.google.cloud.contactcenterinsights.v1.Analysis latest_analysis = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Analysis |
Type | Description |
Conversation.Builder |
setLatestAnalysis(Analysis.Builder builderForValue)
public Conversation.Builder setLatestAnalysis(Analysis.Builder builderForValue)
Output only. The conversation's latest analysis, if one exists.
.google.cloud.contactcenterinsights.v1.Analysis latest_analysis = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Analysis.Builder |
Type | Description |
Conversation.Builder |
setMedium(Conversation.Medium value)
public Conversation.Builder setMedium(Conversation.Medium value)
Immutable. The conversation medium, if unspecified will default to PHONE_CALL.
.google.cloud.contactcenterinsights.v1.Conversation.Medium medium = 9 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
value | Conversation.Medium The medium to set. |
Type | Description |
Conversation.Builder | This builder for chaining. |
setMediumValue(int value)
public Conversation.Builder setMediumValue(int value)
Immutable. The conversation medium, if unspecified will default to PHONE_CALL.
.google.cloud.contactcenterinsights.v1.Conversation.Medium medium = 9 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
value | int The enum numeric value on the wire for medium to set. |
Type | Description |
Conversation.Builder | This builder for chaining. |
setName(String value)
public Conversation.Builder setName(String value)
Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
value | String The name to set. |
Type | Description |
Conversation.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Conversation.Builder setNameBytes(ByteString value)
Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
Conversation.Builder | This builder for chaining. |
setObfuscatedUserId(String value)
public Conversation.Builder setObfuscatedUserId(String value)
Obfuscated user ID which the customer sent to us.
string obfuscated_user_id = 21;
Name | Description |
value | String The obfuscatedUserId to set. |
Type | Description |
Conversation.Builder | This builder for chaining. |
setObfuscatedUserIdBytes(ByteString value)
public Conversation.Builder setObfuscatedUserIdBytes(ByteString value)
Obfuscated user ID which the customer sent to us.
string obfuscated_user_id = 21;
Name | Description |
value | ByteString The bytes for obfuscatedUserId to set. |
Type | Description |
Conversation.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Conversation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Conversation.Builder |
setRuntimeAnnotations(int index, RuntimeAnnotation value)
public Conversation.Builder setRuntimeAnnotations(int index, RuntimeAnnotation value)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
value | RuntimeAnnotation |
Type | Description |
Conversation.Builder |
setRuntimeAnnotations(int index, RuntimeAnnotation.Builder builderForValue)
public Conversation.Builder setRuntimeAnnotations(int index, RuntimeAnnotation.Builder builderForValue)
Output only. The annotations that were generated during the customer and agent interaction.
repeated .google.cloud.contactcenterinsights.v1.RuntimeAnnotation runtime_annotations = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
builderForValue | RuntimeAnnotation.Builder |
Type | Description |
Conversation.Builder |
setStartTime(Timestamp value)
public Conversation.Builder setStartTime(Timestamp value)
The time at which the conversation started.
.google.protobuf.Timestamp start_time = 17;
Name | Description |
value | Timestamp |
Type | Description |
Conversation.Builder |
setStartTime(Timestamp.Builder builderForValue)
public Conversation.Builder setStartTime(Timestamp.Builder builderForValue)
The time at which the conversation started.
.google.protobuf.Timestamp start_time = 17;
Name | Description |
builderForValue | Builder |
Type | Description |
Conversation.Builder |
setTranscript(Conversation.Transcript value)
public Conversation.Builder setTranscript(Conversation.Transcript value)
Output only. The conversation transcript.
.google.cloud.contactcenterinsights.v1.Conversation.Transcript transcript = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Conversation.Transcript |
Type | Description |
Conversation.Builder |
setTranscript(Conversation.Transcript.Builder builderForValue)
public Conversation.Builder setTranscript(Conversation.Transcript.Builder builderForValue)
Output only. The conversation transcript.
.google.cloud.contactcenterinsights.v1.Conversation.Transcript transcript = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Conversation.Transcript.Builder |
Type | Description |
Conversation.Builder |
setTtl(Duration value)
public Conversation.Builder setTtl(Duration value)
Input only. The TTL for this resource. If specified, then this TTL will be used to calculate the expire time.
.google.protobuf.Duration ttl = 16 [(.google.api.field_behavior) = INPUT_ONLY];
Name | Description |
value | Duration |
Type | Description |
Conversation.Builder |
setTtl(Duration.Builder builderForValue)
public Conversation.Builder setTtl(Duration.Builder builderForValue)
Input only. The TTL for this resource. If specified, then this TTL will be used to calculate the expire time.
.google.protobuf.Duration ttl = 16 [(.google.api.field_behavior) = INPUT_ONLY];
Name | Description |
builderForValue | Builder |
Type | Description |
Conversation.Builder |
setTurnCount(int value)
public Conversation.Builder setTurnCount(int value)
Output only. The number of turns in the conversation.
int32 turn_count = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | int The turnCount to set. |
Type | Description |
Conversation.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Conversation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Conversation.Builder |
setUpdateTime(Timestamp value)
public Conversation.Builder setUpdateTime(Timestamp value)
Output only. The most recent time at which the conversation was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Conversation.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public Conversation.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. The most recent time at which the conversation was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Builder |
Type | Description |
Conversation.Builder |