Google Cloud Dialogflow v2beta1 API - Class ToolCallResult.Types.Error (1.0.0-beta24)

public sealed class ToolCallResult.Types.Error : IMessage<ToolCallResult.Types.Error>, IEquatable<ToolCallResult.Types.Error>, IDeepCloneable<ToolCallResult.Types.Error>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ToolCallResult.Types.Error.

An error produced by the tool call.

Inheritance

object > ToolCallResult.Types.Error

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

Error()

public Error()

Error(Error)

public Error(ToolCallResult.Types.Error other)
Parameter
Name Description
other ToolCallResultTypesError

Properties

Message

public string Message { get; set; }

Optional. The error message of the function.

Property Value
Type Description
string