Represents an Intent.
Package
@google-cloud/dialogflowConstructors
(constructor)(properties)
constructor(properties?: google.cloud.dialogflow.v2.IIntent);Constructs a new Intent.
| Parameter | |
|---|---|
| Name | Description |
properties |
IIntent
Properties to set |
Properties
action
public action: string;Intent action.
defaultResponsePlatforms
public defaultResponsePlatforms: google.cloud.dialogflow.v2.Intent.Message.Platform[];Intent defaultResponsePlatforms.
displayName
public displayName: string;Intent displayName.
endInteraction
public endInteraction: boolean;Intent endInteraction.
events
public events: string[];Intent events.
followupIntentInfo
public followupIntentInfo: google.cloud.dialogflow.v2.Intent.IFollowupIntentInfo[];Intent followupIntentInfo.
inputContextNames
public inputContextNames: string[];Intent inputContextNames.
isFallback
public isFallback: boolean;Intent isFallback.
liveAgentHandoff
public liveAgentHandoff: boolean;Intent liveAgentHandoff.
messages
public messages: google.cloud.dialogflow.v2.Intent.IMessage[];Intent messages.
mlDisabled
public mlDisabled: boolean;Intent mlDisabled.
name
public name: string;Intent name.
outputContexts
public outputContexts: google.cloud.dialogflow.v2.IContext[];Intent outputContexts.
parameters
public parameters: google.cloud.dialogflow.v2.Intent.IParameter[];Intent parameters.
parentFollowupIntentName
public parentFollowupIntentName: string;Intent parentFollowupIntentName.
priority
public priority: number;Intent priority.
resetContexts
public resetContexts: boolean;Intent resetContexts.
rootFollowupIntentName
public rootFollowupIntentName: string;Intent rootFollowupIntentName.
trainingPhrases
public trainingPhrases: google.cloud.dialogflow.v2.Intent.ITrainingPhrase[];Intent trainingPhrases.
webhookState
public webhookState: (google.cloud.dialogflow.v2.Intent.WebhookState|keyof typeof google.cloud.dialogflow.v2.Intent.WebhookState);Intent webhookState.
Methods
create(properties)
public static create(properties?: google.cloud.dialogflow.v2.IIntent): google.cloud.dialogflow.v2.Intent;Creates a new Intent instance using the specified properties.
| Parameter | |
|---|---|
| Name | Description |
properties |
IIntent
Properties to set |
| Returns | |
|---|---|
| Type | Description |
Intent |
Intent instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.dialogflow.v2.Intent;Decodes an Intent message from the specified reader or buffer.
| Parameters | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
| Returns | |
|---|---|
| Type | Description |
Intent |
Intent |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.dialogflow.v2.Intent;Decodes an Intent message from the specified reader or buffer, length delimited.
| Parameter | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
| Returns | |
|---|---|
| Type | Description |
Intent |
Intent |
encode(message, writer)
public static encode(message: google.cloud.dialogflow.v2.IIntent, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Intent message. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IIntent
Intent message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.dialogflow.v2.IIntent, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Intent message, length delimited. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IIntent
Intent message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.dialogflow.v2.Intent;Creates an Intent message from a plain object. Also converts values to their respective internal types.
| Parameter | |
|---|---|
| Name | Description |
object |
{ [k: string]: any }
Plain object |
| Returns | |
|---|---|
| Type | Description |
Intent |
Intent |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;Gets the default type url for Intent
| Parameter | |
|---|---|
| Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
| Returns | |
|---|---|
| Type | Description |
string |
The default type url |
toJSON()
public toJSON(): { [k: string]: any };Converts this Intent to JSON.
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
JSON object |
toObject(message, options)
public static toObject(message: google.cloud.dialogflow.v2.Intent, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from an Intent message. Also converts values to other types if specified.
| Parameters | |
|---|---|
| Name | Description |
message |
Intent
Intent |
options |
$protobuf.IConversionOptions
Conversion options |
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies an Intent message.
| Parameter | |
|---|---|
| Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
| Returns | |
|---|---|
| Type | Description |
(string|null) |
|