Class protos.google.cloud.dialogflow.v2beta1.AutomatedAgentReply (6.6.0)

Represents an AutomatedAgentReply.

Package

@google-cloud/dialogflow

Constructors

(constructor)(properties)

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

Constructs a new AutomatedAgentReply.

Parameter
NameDescription
properties IAutomatedAgentReply

Properties to set

Properties

allowCancellation

public allowCancellation: boolean;

AutomatedAgentReply allowCancellation.

automatedAgentReplyType

public automatedAgentReplyType: (google.cloud.dialogflow.v2beta1.AutomatedAgentReply.AutomatedAgentReplyType|keyof typeof google.cloud.dialogflow.v2beta1.AutomatedAgentReply.AutomatedAgentReplyType);

AutomatedAgentReply automatedAgentReplyType.

cxCurrentPage

public cxCurrentPage: string;

AutomatedAgentReply cxCurrentPage.

cxSessionParameters

public cxSessionParameters?: (google.protobuf.IStruct|null);

AutomatedAgentReply cxSessionParameters.

detectIntentResponse

public detectIntentResponse?: (google.cloud.dialogflow.v2beta1.IDetectIntentResponse|null);

AutomatedAgentReply detectIntentResponse.

event

public event?: (string|null);

AutomatedAgentReply event.

intent

public intent?: (string|null);

AutomatedAgentReply intent.

match

public match?: ("intent"|"event");

AutomatedAgentReply match.

matchConfidence

public matchConfidence: number;

AutomatedAgentReply matchConfidence.

parameters

public parameters?: (google.protobuf.IStruct|null);

AutomatedAgentReply parameters.

response

public response?: "detectIntentResponse";

AutomatedAgentReply response.

responseMessages

public responseMessages: google.cloud.dialogflow.v2beta1.IResponseMessage[];

AutomatedAgentReply responseMessages.

Methods

create(properties)

public static create(properties?: google.cloud.dialogflow.v2beta1.IAutomatedAgentReply): google.cloud.dialogflow.v2beta1.AutomatedAgentReply;

Creates a new AutomatedAgentReply instance using the specified properties.

Parameter
NameDescription
properties IAutomatedAgentReply

Properties to set

Returns
TypeDescription
AutomatedAgentReply

AutomatedAgentReply instance

decode(reader, length)

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

Decodes an AutomatedAgentReply 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
AutomatedAgentReply

AutomatedAgentReply

decodeDelimited(reader)

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

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
AutomatedAgentReply

AutomatedAgentReply

encode(message, writer)

public static encode(message: google.cloud.dialogflow.v2beta1.IAutomatedAgentReply, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified AutomatedAgentReply message. Does not implicitly messages.

Parameters
NameDescription
message IAutomatedAgentReply

AutomatedAgentReply 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.IAutomatedAgentReply, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified AutomatedAgentReply message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IAutomatedAgentReply

AutomatedAgentReply 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.AutomatedAgentReply;

Creates an AutomatedAgentReply message from a plain object. Also converts values to their respective internal types.

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

Plain object

Returns
TypeDescription
AutomatedAgentReply

AutomatedAgentReply

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for AutomatedAgentReply

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 AutomatedAgentReply to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.dialogflow.v2beta1.AutomatedAgentReply, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from an AutomatedAgentReply message. Also converts values to other types if specified.

Parameters
NameDescription
message AutomatedAgentReply

AutomatedAgentReply

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 AutomatedAgentReply 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