Class protos.google.cloud.dialogflow.v2beta1.Intent (6.3.1)

Represents an Intent.

Package

@google-cloud/dialogflow

Constructors

(constructor)(properties)

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

Constructs a new Intent.

Parameter
NameDescription
properties IIntent

Properties to set

Properties

action

public action: string;

Intent action.

defaultResponsePlatforms

public defaultResponsePlatforms: google.cloud.dialogflow.v2beta1.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.v2beta1.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.v2beta1.Intent.IMessage[];

Intent messages.

mlDisabled

public mlDisabled: boolean;

Intent mlDisabled.

mlEnabled

public mlEnabled: boolean;

Intent mlEnabled.

name

public name: string;

Intent name.

outputContexts

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

Intent outputContexts.

parameters

public parameters: google.cloud.dialogflow.v2beta1.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.v2beta1.Intent.ITrainingPhrase[];

Intent trainingPhrases.

webhookState

public webhookState: (google.cloud.dialogflow.v2beta1.Intent.WebhookState|keyof typeof google.cloud.dialogflow.v2beta1.Intent.WebhookState);

Intent webhookState.

Methods

create(properties)

public static create(properties?: google.cloud.dialogflow.v2beta1.IIntent): google.cloud.dialogflow.v2beta1.Intent;

Creates a new Intent instance using the specified properties.

Parameter
NameDescription
properties IIntent

Properties to set

Returns
TypeDescription
Intent

Intent instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.dialogflow.v2beta1.Intent;

Decodes an Intent message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
Intent

Intent

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.dialogflow.v2beta1.Intent;

Decodes an Intent message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
Intent

Intent

encode(message, writer)

public static encode(message: google.cloud.dialogflow.v2beta1.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.v2beta1.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.v2beta1.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
Intent

Intent

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for Intent

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

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.v2beta1.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 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