FunctionShellCallOutputOutcomeParamType Struct

Definition

public readonly struct FunctionShellCallOutputOutcomeParamType : IEquatable<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputOutcomeParamType>
type FunctionShellCallOutputOutcomeParamType = struct
Public Structure FunctionShellCallOutputOutcomeParamType
Implements IEquatable(Of FunctionShellCallOutputOutcomeParamType)
Inheritance
FunctionShellCallOutputOutcomeParamType
Implements

Constructors

Name Description
FunctionShellCallOutputOutcomeParamType(String)

Initializes a new instance of FunctionShellCallOutputOutcomeParamType.

Properties

Name Description
Exit

Gets the Exit.

Timeout

Gets the Timeout.

Methods

Name Description
Equals(FunctionShellCallOutputOutcomeParamType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(FunctionShellCallOutputOutcomeParamType, FunctionShellCallOutputOutcomeParamType)

Determines if two FunctionShellCallOutputOutcomeParamType values are the same.

Implicit(String to FunctionShellCallOutputOutcomeParamType)

Converts a string to a FunctionShellCallOutputOutcomeParamType.

Implicit(String to Nullable<FunctionShellCallOutputOutcomeParamType>)
Inequality(FunctionShellCallOutputOutcomeParamType, FunctionShellCallOutputOutcomeParamType)

Determines if two FunctionShellCallOutputOutcomeParamType values are not the same.

Applies to