Interface protos.google.cloud.ces.v1.ISessionInput (0.2.0)

Properties of a SessionInput.

Package

@google-cloud/ces

Properties

audio

audio?: (Uint8Array|Buffer|string|null);

SessionInput audio

blob

blob?: (google.cloud.ces.v1.IBlob|null);

SessionInput blob

dtmf

dtmf?: (string|null);

SessionInput dtmf

event

event?: (google.cloud.ces.v1.IEvent|null);

SessionInput event

image

image?: (google.cloud.ces.v1.IImage|null);

SessionInput image

text

text?: (string|null);

SessionInput text

toolResponses

toolResponses?: (google.cloud.ces.v1.IToolResponses|null);

SessionInput toolResponses

variables

variables?: (google.protobuf.IStruct|null);

SessionInput variables

willContinue

willContinue?: (boolean|null);

SessionInput willContinue