Represents a ConversationProfile.
Package
@google-cloud/dialogflowConstructors
(constructor)(properties)
constructor(properties?: google.cloud.dialogflow.v2.IConversationProfile);Constructs a new ConversationProfile.
| Parameter | |
|---|---|
| Name | Description |
properties |
IConversationProfile
Properties to set |
Properties
automatedAgentConfig
public automatedAgentConfig?: (google.cloud.dialogflow.v2.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.v2.IHumanAgentAssistantConfig|null);ConversationProfile humanAgentAssistantConfig.
humanAgentHandoffConfig
public humanAgentHandoffConfig?: (google.cloud.dialogflow.v2.IHumanAgentHandoffConfig|null);ConversationProfile humanAgentHandoffConfig.
languageCode
public languageCode: string;ConversationProfile languageCode.
loggingConfig
public loggingConfig?: (google.cloud.dialogflow.v2.ILoggingConfig|null);ConversationProfile loggingConfig.
name
public name: string;ConversationProfile name.
newMessageEventNotificationConfig
public newMessageEventNotificationConfig?: (google.cloud.dialogflow.v2.INotificationConfig|null);ConversationProfile newMessageEventNotificationConfig.
newRecognitionResultNotificationConfig
public newRecognitionResultNotificationConfig?: (google.cloud.dialogflow.v2.INotificationConfig|null);ConversationProfile newRecognitionResultNotificationConfig.
notificationConfig
public notificationConfig?: (google.cloud.dialogflow.v2.INotificationConfig|null);ConversationProfile notificationConfig.
securitySettings
public securitySettings: string;ConversationProfile securitySettings.
sttConfig
public sttConfig?: (google.cloud.dialogflow.v2.ISpeechToTextConfig|null);ConversationProfile sttConfig.
timeZone
public timeZone: string;ConversationProfile timeZone.
ttsConfig
public ttsConfig?: (google.cloud.dialogflow.v2.ISynthesizeSpeechConfig|null);ConversationProfile ttsConfig.
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);ConversationProfile updateTime.
Methods
create(properties)
public static create(properties?: google.cloud.dialogflow.v2.IConversationProfile): google.cloud.dialogflow.v2.ConversationProfile;Creates a new ConversationProfile instance using the specified properties.
| Parameter | |
|---|---|
| Name | Description |
properties |
IConversationProfile
Properties to set |
| Returns | |
|---|---|
| Type | Description |
ConversationProfile |
ConversationProfile instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.dialogflow.v2.ConversationProfile;Decodes a ConversationProfile message from the specified reader or buffer.
| Parameters | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
| Returns | |
|---|---|
| Type | Description |
ConversationProfile |
ConversationProfile |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.dialogflow.v2.ConversationProfile;Decodes a ConversationProfile message from the specified reader or buffer, length delimited.
| Parameter | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
| Returns | |
|---|---|
| Type | Description |
ConversationProfile |
ConversationProfile |
encode(message, writer)
public static encode(message: google.cloud.dialogflow.v2.IConversationProfile, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified ConversationProfile message. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IConversationProfile
ConversationProfile message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.dialogflow.v2.IConversationProfile, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified ConversationProfile message, length delimited. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IConversationProfile
ConversationProfile message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.dialogflow.v2.ConversationProfile;Creates a ConversationProfile message from a plain object. Also converts values to their respective internal types.
| Parameter | |
|---|---|
| Name | Description |
object |
{ [k: string]: any }
Plain object |
| Returns | |
|---|---|
| Type | Description |
ConversationProfile |
ConversationProfile |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;Gets the default type url for ConversationProfile
| Parameter | |
|---|---|
| Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
| Returns | |
|---|---|
| Type | Description |
string |
The default type url |
toJSON()
public toJSON(): { [k: string]: any };Converts this ConversationProfile to JSON.
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
JSON object |
toObject(message, options)
public static toObject(message: google.cloud.dialogflow.v2.ConversationProfile, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a ConversationProfile message. Also converts values to other types if specified.
| Parameters | |
|---|---|
| Name | Description |
message |
ConversationProfile
ConversationProfile |
options |
$protobuf.IConversionOptions
Conversion options |
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies a ConversationProfile message.
| Parameter | |
|---|---|
| Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
| Returns | |
|---|---|
| Type | Description |
(string|null) |
|