Represents an Intent.
Package
@google-cloud/dialogflow!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.dialogflow.v2.IIntent);
Constructs a new Intent.
Name | Description |
properties |
IIntent
Properties to set |
Properties
action
public action: string;
Intent action.
Type | Description |
string |
defaultResponsePlatforms
public defaultResponsePlatforms: google.cloud.dialogflow.v2.Intent.Message.Platform[];
Intent defaultResponsePlatforms.
Type | Description |
google.cloud.dialogflow.v2.Intent.Message.Platform[] |
displayName
public displayName: string;
Intent displayName.
Type | Description |
string |
endInteraction
public endInteraction: boolean;
Intent endInteraction.
Type | Description |
boolean |
events
public events: string[];
Intent events.
Type | Description |
string[] |
followupIntentInfo
public followupIntentInfo: google.cloud.dialogflow.v2.Intent.IFollowupIntentInfo[];
Intent followupIntentInfo.
Type | Description |
google.cloud.dialogflow.v2.Intent.IFollowupIntentInfo[] |
inputContextNames
public inputContextNames: string[];
Intent inputContextNames.
Type | Description |
string[] |
isFallback
public isFallback: boolean;
Intent isFallback.
Type | Description |
boolean |
liveAgentHandoff
public liveAgentHandoff: boolean;
Intent liveAgentHandoff.
Type | Description |
boolean |
messages
public messages: google.cloud.dialogflow.v2.Intent.IMessage[];
Intent messages.
Type | Description |
google.cloud.dialogflow.v2.Intent.IMessage[] |
mlDisabled
public mlDisabled: boolean;
Intent mlDisabled.
Type | Description |
boolean |
name
public name: string;
Intent name.
Type | Description |
string |
outputContexts
public outputContexts: google.cloud.dialogflow.v2.IContext[];
Intent outputContexts.
Type | Description |
google.cloud.dialogflow.v2.IContext[] |
parameters
public parameters: google.cloud.dialogflow.v2.Intent.IParameter[];
Intent parameters.
Type | Description |
google.cloud.dialogflow.v2.Intent.IParameter[] |
parentFollowupIntentName
public parentFollowupIntentName: string;
Intent parentFollowupIntentName.
Type | Description |
string |
priority
public priority: number;
Intent priority.
Type | Description |
number |
resetContexts
public resetContexts: boolean;
Intent resetContexts.
Type | Description |
boolean |
rootFollowupIntentName
public rootFollowupIntentName: string;
Intent rootFollowupIntentName.
Type | Description |
string |
trainingPhrases
public trainingPhrases: google.cloud.dialogflow.v2.Intent.ITrainingPhrase[];
Intent trainingPhrases.
Type | Description |
google.cloud.dialogflow.v2.Intent.ITrainingPhrase[] |
webhookState
public webhookState: (google.cloud.dialogflow.v2.Intent.WebhookState|keyof typeof google.cloud.dialogflow.v2.Intent.WebhookState);
Intent webhookState.
Type | Description |
(google.cloud.dialogflow.v2.Intent.WebhookState|keyof typeof google.cloud.dialogflow.v2.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.
Name | Description |
properties |
IIntent
Properties to set |
Type | Description |
google.cloud.dialogflow.v2.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.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.dialogflow.v2.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.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.dialogflow.v2.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.
Name | Description |
message |
IIntent
Intent 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.dialogflow.v2.IIntent, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Intent message, length delimited. Does not implicitly messages.
Name | Description |
message |
IIntent
Intent 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.dialogflow.v2.Intent;
Creates an Intent 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.dialogflow.v2.Intent | Intent |
toJSON()
public toJSON(): { [k: string]: any };
Converts this Intent to JSON.
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.
Name | Description |
message |
google.cloud.dialogflow.v2.Intent
Intent |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies an Intent message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|