GenerateContentResponse   Conversion (GenerateContentResponse to String)

Converts the GenerateContentResponse instance to its string representation explicitly.

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public static explicit operator string (
	GenerateContentResponse response
)

Parameters

response  GenerateContentResponse
The GenerateContentResponse instance to convert.

Return Value

String
A string that represents the content of the GenerateContentResponse instance.

See Also