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

Represents a ConversationProfile.

Package

@google-cloud/dialogflow

Constructors

(constructor)(properties)

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

Constructs a new ConversationProfile.

Parameter
NameDescription
properties IConversationProfile

Properties to set

Properties

automatedAgentConfig

public automatedAgentConfig?: (google.cloud.dialogflow.v2beta1.IAutomatedAgentConfig|null);

ConversationProfile automatedAgentConfig.

createTime

public createTime?: (google.protobuf.ITimestamp|null);

ConversationProfile createTime.

displayName

public displayName: string;

ConversationProfile displayName.

humanAgentAssistantConfig

public humanAgentAssistantConfig?: (google.cloud.dialogflow.v2beta1.IHumanAgentAssistantConfig|null);

ConversationProfile humanAgentAssistantConfig.

humanAgentHandoffConfig

public humanAgentHandoffConfig?: (google.cloud.dialogflow.v2beta1.IHumanAgentHandoffConfig|null);

ConversationProfile humanAgentHandoffConfig.

languageCode

public languageCode: string;

ConversationProfile languageCode.

loggingConfig

public loggingConfig?: (google.cloud.dialogflow.v2beta1.ILoggingConfig|null);

ConversationProfile loggingConfig.

name

public name: string;

ConversationProfile name.

newMessageEventNotificationConfig

public newMessageEventNotificationConfig?: (google.cloud.dialogflow.v2beta1.INotificationConfig|null);

ConversationProfile newMessageEventNotificationConfig.

notificationConfig

public notificationConfig?: (google.cloud.dialogflow.v2beta1.INotificationConfig|null);

ConversationProfile notificationConfig.

securitySettings

public securitySettings: string;

ConversationProfile securitySettings.

sttConfig

public sttConfig?: (google.cloud.dialogflow.v2beta1.ISpeechToTextConfig|null);

ConversationProfile sttConfig.

timeZone

public timeZone: string;

ConversationProfile timeZone.

ttsConfig

public ttsConfig?: (google.cloud.dialogflow.v2beta1.ISynthesizeSpeechConfig|null);

ConversationProfile ttsConfig.

updateTime

public updateTime?: (google.protobuf.ITimestamp|null);

ConversationProfile updateTime.

Methods

create(properties)

public static create(properties?: google.cloud.dialogflow.v2beta1.IConversationProfile): google.cloud.dialogflow.v2beta1.ConversationProfile;

Creates a new ConversationProfile instance using the specified properties.

Parameter
NameDescription
properties IConversationProfile

Properties to set

Returns
TypeDescription
ConversationProfile

ConversationProfile instance

decode(reader, length)

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

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

ConversationProfile

decodeDelimited(reader)

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

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
ConversationProfile

ConversationProfile

encode(message, writer)

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

Encodes the specified ConversationProfile message. Does not implicitly messages.

Parameters
NameDescription
message IConversationProfile

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

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

Parameters
NameDescription
message IConversationProfile

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

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

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

Plain object

Returns
TypeDescription
ConversationProfile

ConversationProfile

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for ConversationProfile

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

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message ConversationProfile

ConversationProfile

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