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

Represents a StreamingAnalyzeContentResponse.

Package

@google-cloud/dialogflow

Constructors

(constructor)(properties)

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

Constructs a new StreamingAnalyzeContentResponse.

Parameter
NameDescription
properties IStreamingAnalyzeContentResponse

Properties to set

Properties

automatedAgentReply

public automatedAgentReply?: (google.cloud.dialogflow.v2beta1.IAutomatedAgentReply|null);

StreamingAnalyzeContentResponse automatedAgentReply.

debuggingInfo

public debuggingInfo?: (google.cloud.dialogflow.v2beta1.ICloudConversationDebuggingInfo|null);

StreamingAnalyzeContentResponse debuggingInfo.

dtmfParameters

public dtmfParameters?: (google.cloud.dialogflow.v2beta1.IDtmfParameters|null);

StreamingAnalyzeContentResponse dtmfParameters.

endUserSuggestionResults

public endUserSuggestionResults: google.cloud.dialogflow.v2beta1.ISuggestionResult[];

StreamingAnalyzeContentResponse endUserSuggestionResults.

humanAgentSuggestionResults

public humanAgentSuggestionResults: google.cloud.dialogflow.v2beta1.ISuggestionResult[];

StreamingAnalyzeContentResponse humanAgentSuggestionResults.

message

public message?: (google.cloud.dialogflow.v2beta1.IMessage|null);

StreamingAnalyzeContentResponse message.

recognitionResult

public recognitionResult?: (google.cloud.dialogflow.v2beta1.IStreamingRecognitionResult|null);

StreamingAnalyzeContentResponse recognitionResult.

replyAudio

public replyAudio?: (google.cloud.dialogflow.v2beta1.IOutputAudio|null);

StreamingAnalyzeContentResponse replyAudio.

replyText

public replyText: string;

StreamingAnalyzeContentResponse replyText.

Methods

create(properties)

public static create(properties?: google.cloud.dialogflow.v2beta1.IStreamingAnalyzeContentResponse): google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentResponse;

Creates a new StreamingAnalyzeContentResponse instance using the specified properties.

Parameter
NameDescription
properties IStreamingAnalyzeContentResponse

Properties to set

Returns
TypeDescription
StreamingAnalyzeContentResponse

StreamingAnalyzeContentResponse instance

decode(reader, length)

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

Decodes a StreamingAnalyzeContentResponse 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
StreamingAnalyzeContentResponse

StreamingAnalyzeContentResponse

decodeDelimited(reader)

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

Decodes a StreamingAnalyzeContentResponse message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
StreamingAnalyzeContentResponse

StreamingAnalyzeContentResponse

encode(message, writer)

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

Encodes the specified StreamingAnalyzeContentResponse message. Does not implicitly messages.

Parameters
NameDescription
message IStreamingAnalyzeContentResponse

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

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

Parameters
NameDescription
message IStreamingAnalyzeContentResponse

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

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

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

Plain object

Returns
TypeDescription
StreamingAnalyzeContentResponse

StreamingAnalyzeContentResponse

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for StreamingAnalyzeContentResponse

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

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message StreamingAnalyzeContentResponse

StreamingAnalyzeContentResponse

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies a StreamingAnalyzeContentResponse 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