Represents a ConversationProfile.
Package
@google-cloud/dialogflow!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.dialogflow.v2beta1.IConversationProfile);
Constructs a new ConversationProfile.
Name | Description |
properties |
IConversationProfile
Properties to set |
Properties
automatedAgentConfig
public automatedAgentConfig?: (google.cloud.dialogflow.v2beta1.IAutomatedAgentConfig|null);
ConversationProfile automatedAgentConfig.
Type | Description |
(google.cloud.dialogflow.v2beta1.IAutomatedAgentConfig|null) |
createTime
public createTime?: (google.protobuf.ITimestamp|null);
ConversationProfile createTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
displayName
public displayName: string;
ConversationProfile displayName.
Type | Description |
string |
humanAgentAssistantConfig
public humanAgentAssistantConfig?: (google.cloud.dialogflow.v2beta1.IHumanAgentAssistantConfig|null);
ConversationProfile humanAgentAssistantConfig.
Type | Description |
(google.cloud.dialogflow.v2beta1.IHumanAgentAssistantConfig|null) |
humanAgentHandoffConfig
public humanAgentHandoffConfig?: (google.cloud.dialogflow.v2beta1.IHumanAgentHandoffConfig|null);
ConversationProfile humanAgentHandoffConfig.
Type | Description |
(google.cloud.dialogflow.v2beta1.IHumanAgentHandoffConfig|null) |
languageCode
public languageCode: string;
ConversationProfile languageCode.
Type | Description |
string |
loggingConfig
public loggingConfig?: (google.cloud.dialogflow.v2beta1.ILoggingConfig|null);
ConversationProfile loggingConfig.
Type | Description |
(google.cloud.dialogflow.v2beta1.ILoggingConfig|null) |
name
public name: string;
ConversationProfile name.
Type | Description |
string |
newMessageEventNotificationConfig
public newMessageEventNotificationConfig?: (google.cloud.dialogflow.v2beta1.INotificationConfig|null);
ConversationProfile newMessageEventNotificationConfig.
Type | Description |
(google.cloud.dialogflow.v2beta1.INotificationConfig|null) |
notificationConfig
public notificationConfig?: (google.cloud.dialogflow.v2beta1.INotificationConfig|null);
ConversationProfile notificationConfig.
Type | Description |
(google.cloud.dialogflow.v2beta1.INotificationConfig|null) |
securitySettings
public securitySettings: string;
ConversationProfile securitySettings.
Type | Description |
string |
sttConfig
public sttConfig?: (google.cloud.dialogflow.v2beta1.ISpeechToTextConfig|null);
ConversationProfile sttConfig.
Type | Description |
(google.cloud.dialogflow.v2beta1.ISpeechToTextConfig|null) |
timeZone
public timeZone: string;
ConversationProfile timeZone.
Type | Description |
string |
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);
ConversationProfile updateTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
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.
Name | Description |
properties |
IConversationProfile
Properties to set |
Type | Description |
google.cloud.dialogflow.v2beta1.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.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.dialogflow.v2beta1.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.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.dialogflow.v2beta1.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.
Name | Description |
message |
IConversationProfile
ConversationProfile message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$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.
Name | Description |
message |
IConversationProfile
ConversationProfile message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$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.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.dialogflow.v2beta1.ConversationProfile | ConversationProfile |
toJSON()
public toJSON(): { [k: string]: any };
Converts this ConversationProfile to JSON.
Type | Description |
{ [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.
Name | Description |
message |
google.cloud.dialogflow.v2beta1.ConversationProfile
ConversationProfile |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a ConversationProfile message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|