Class protos.google.cloud.dialogflow.v2.Intent (4.3.1)

Represents an Intent.

Package

@google-cloud/dialogflow!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.dialogflow.v2.IIntent);

Constructs a new Intent.

Parameter
NameDescription
properties IIntent

Properties to set

Properties

action

public action: string;

Intent action.

Property Value
TypeDescription
string

defaultResponsePlatforms

public defaultResponsePlatforms: google.cloud.dialogflow.v2.Intent.Message.Platform[];

Intent defaultResponsePlatforms.

Property Value
TypeDescription
google.cloud.dialogflow.v2.Intent.Message.Platform[]

displayName

public displayName: string;

Intent displayName.

Property Value
TypeDescription
string

endInteraction

public endInteraction: boolean;

Intent endInteraction.

Property Value
TypeDescription
boolean

events

public events: string[];

Intent events.

Property Value
TypeDescription
string[]

followupIntentInfo

public followupIntentInfo: google.cloud.dialogflow.v2.Intent.IFollowupIntentInfo[];

Intent followupIntentInfo.

Property Value
TypeDescription
google.cloud.dialogflow.v2.Intent.IFollowupIntentInfo[]

inputContextNames

public inputContextNames: string[];

Intent inputContextNames.

Property Value
TypeDescription
string[]

isFallback

public isFallback: boolean;

Intent isFallback.

Property Value
TypeDescription
boolean

liveAgentHandoff

public liveAgentHandoff: boolean;

Intent liveAgentHandoff.

Property Value
TypeDescription
boolean

messages

public messages: google.cloud.dialogflow.v2.Intent.IMessage[];

Intent messages.

Property Value
TypeDescription
google.cloud.dialogflow.v2.Intent.IMessage[]

mlDisabled

public mlDisabled: boolean;

Intent mlDisabled.

Property Value
TypeDescription
boolean

name

public name: string;

Intent name.

Property Value
TypeDescription
string

outputContexts

public outputContexts: google.cloud.dialogflow.v2.IContext[];

Intent outputContexts.

Property Value
TypeDescription
google.cloud.dialogflow.v2.IContext[]

parameters

public parameters: google.cloud.dialogflow.v2.Intent.IParameter[];

Intent parameters.

Property Value
TypeDescription
google.cloud.dialogflow.v2.Intent.IParameter[]

parentFollowupIntentName

public parentFollowupIntentName: string;

Intent parentFollowupIntentName.

Property Value
TypeDescription
string

priority

public priority: number;

Intent priority.

Property Value
TypeDescription
number

resetContexts

public resetContexts: boolean;

Intent resetContexts.

Property Value
TypeDescription
boolean

rootFollowupIntentName

public rootFollowupIntentName: string;

Intent rootFollowupIntentName.

Property Value
TypeDescription
string

trainingPhrases

public trainingPhrases: google.cloud.dialogflow.v2.Intent.ITrainingPhrase[];

Intent trainingPhrases.

Property Value
TypeDescription
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.

Property Value
TypeDescription
(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.

Parameter
NameDescription
properties IIntent

Properties to set

Returns
TypeDescription
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.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
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.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
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.

Parameters
NameDescription
message IIntent

Intent message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$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
NameDescription
message IIntent

Intent message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$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
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.dialogflow.v2.Intent

Intent

toJSON()

public toJSON(): { [k: string]: any };

Converts this Intent to JSON.

Returns
TypeDescription
{ [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
NameDescription
message google.cloud.dialogflow.v2.Intent

Intent

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies an Intent message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not