Represents a RuntimeAnnotation.
Package
@google-cloud/contact-center-insights!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.contactcenterinsights.v1.IRuntimeAnnotation);
Constructs a new RuntimeAnnotation.
Name | Description |
properties |
IRuntimeAnnotation
Properties to set |
Properties
annotationId
public annotationId: string;
RuntimeAnnotation annotationId.
Type | Description |
string |
answerFeedback
public answerFeedback?: (google.cloud.contactcenterinsights.v1.IAnswerFeedback|null);
RuntimeAnnotation answerFeedback.
Type | Description |
(google.cloud.contactcenterinsights.v1.IAnswerFeedback|null) |
articleSuggestion
public articleSuggestion?: (google.cloud.contactcenterinsights.v1.IArticleSuggestionData|null);
RuntimeAnnotation articleSuggestion.
Type | Description |
(google.cloud.contactcenterinsights.v1.IArticleSuggestionData|null) |
createTime
public createTime?: (google.protobuf.ITimestamp|null);
RuntimeAnnotation createTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
data
public data?: ("articleSuggestion"|"faqAnswer"|"smartReply"|"smartComposeSuggestion"|"dialogflowInteraction");
RuntimeAnnotation data.
Type | Description |
("articleSuggestion"|"faqAnswer"|"smartReply"|"smartComposeSuggestion"|"dialogflowInteraction") |
dialogflowInteraction
public dialogflowInteraction?: (google.cloud.contactcenterinsights.v1.IDialogflowInteractionData|null);
RuntimeAnnotation dialogflowInteraction.
Type | Description |
(google.cloud.contactcenterinsights.v1.IDialogflowInteractionData|null) |
endBoundary
public endBoundary?: (google.cloud.contactcenterinsights.v1.IAnnotationBoundary|null);
RuntimeAnnotation endBoundary.
Type | Description |
(google.cloud.contactcenterinsights.v1.IAnnotationBoundary|null) |
faqAnswer
public faqAnswer?: (google.cloud.contactcenterinsights.v1.IFaqAnswerData|null);
RuntimeAnnotation faqAnswer.
Type | Description |
(google.cloud.contactcenterinsights.v1.IFaqAnswerData|null) |
smartComposeSuggestion
public smartComposeSuggestion?: (google.cloud.contactcenterinsights.v1.ISmartComposeSuggestionData|null);
RuntimeAnnotation smartComposeSuggestion.
Type | Description |
(google.cloud.contactcenterinsights.v1.ISmartComposeSuggestionData|null) |
smartReply
public smartReply?: (google.cloud.contactcenterinsights.v1.ISmartReplyData|null);
RuntimeAnnotation smartReply.
Type | Description |
(google.cloud.contactcenterinsights.v1.ISmartReplyData|null) |
startBoundary
public startBoundary?: (google.cloud.contactcenterinsights.v1.IAnnotationBoundary|null);
RuntimeAnnotation startBoundary.
Type | Description |
(google.cloud.contactcenterinsights.v1.IAnnotationBoundary|null) |
Methods
create(properties)
public static create(properties?: google.cloud.contactcenterinsights.v1.IRuntimeAnnotation): google.cloud.contactcenterinsights.v1.RuntimeAnnotation;
Creates a new RuntimeAnnotation instance using the specified properties.
Name | Description |
properties |
IRuntimeAnnotation
Properties to set |
Type | Description |
google.cloud.contactcenterinsights.v1.RuntimeAnnotation | RuntimeAnnotation instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.contactcenterinsights.v1.RuntimeAnnotation;
Decodes a RuntimeAnnotation message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.contactcenterinsights.v1.RuntimeAnnotation | RuntimeAnnotation |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.contactcenterinsights.v1.RuntimeAnnotation;
Decodes a RuntimeAnnotation message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.contactcenterinsights.v1.RuntimeAnnotation | RuntimeAnnotation |
encode(message, writer)
public static encode(message: google.cloud.contactcenterinsights.v1.IRuntimeAnnotation, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified RuntimeAnnotation message. Does not implicitly messages.
Name | Description |
message |
IRuntimeAnnotation
RuntimeAnnotation message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.contactcenterinsights.v1.IRuntimeAnnotation, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified RuntimeAnnotation message, length delimited. Does not implicitly messages.
Name | Description |
message |
IRuntimeAnnotation
RuntimeAnnotation message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.contactcenterinsights.v1.RuntimeAnnotation;
Creates a RuntimeAnnotation message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.contactcenterinsights.v1.RuntimeAnnotation | RuntimeAnnotation |
toJSON()
public toJSON(): { [k: string]: any };
Converts this RuntimeAnnotation to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.contactcenterinsights.v1.RuntimeAnnotation, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a RuntimeAnnotation message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.contactcenterinsights.v1.RuntimeAnnotation
RuntimeAnnotation |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a RuntimeAnnotation message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|