Interface AnalysisResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnalysisResult
,AnalysisResult.Builder
public interface AnalysisResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalysisResult.CallAnalysisMetadata
getCallAnalysisMetadata()
Call-specific metadata created by the analysis.AnalysisResult.CallAnalysisMetadataOrBuilder
getCallAnalysisMetadataOrBuilder()
Call-specific metadata created by the analysis.com.google.protobuf.Timestamp
getEndTime()
The time at which the analysis ended.com.google.protobuf.TimestampOrBuilder
getEndTimeOrBuilder()
The time at which the analysis ended.AnalysisResult.MetadataCase
getMetadataCase()
boolean
hasCallAnalysisMetadata()
Call-specific metadata created by the analysis.boolean
hasEndTime()
The time at which the analysis ended.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCallAnalysisMetadata
boolean hasCallAnalysisMetadata()
Call-specific metadata created by the analysis.
.google.cloud.contactcenterinsights.v1.AnalysisResult.CallAnalysisMetadata call_analysis_metadata = 2;
- Returns:
- Whether the callAnalysisMetadata field is set.
-
getCallAnalysisMetadata
AnalysisResult.CallAnalysisMetadata getCallAnalysisMetadata()
Call-specific metadata created by the analysis.
.google.cloud.contactcenterinsights.v1.AnalysisResult.CallAnalysisMetadata call_analysis_metadata = 2;
- Returns:
- The callAnalysisMetadata.
-
getCallAnalysisMetadataOrBuilder
AnalysisResult.CallAnalysisMetadataOrBuilder getCallAnalysisMetadataOrBuilder()
Call-specific metadata created by the analysis.
.google.cloud.contactcenterinsights.v1.AnalysisResult.CallAnalysisMetadata call_analysis_metadata = 2;
-
hasEndTime
boolean hasEndTime()
The time at which the analysis ended.
.google.protobuf.Timestamp end_time = 1;
- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
The time at which the analysis ended.
.google.protobuf.Timestamp end_time = 1;
- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time at which the analysis ended.
.google.protobuf.Timestamp end_time = 1;
-
getMetadataCase
AnalysisResult.MetadataCase getMetadataCase()
-
-